InteropThrowExceptionForErrorStatus Method
 | 
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public static void ThrowExceptionForErrorStatus(
        int errorStatus
)
 
Public Shared Sub ThrowExceptionForErrorStatus ( 
        errorStatus As Integer
)
 
public:
static void ThrowExceptionForErrorStatus(
        int errorStatus
)
 
static member ThrowExceptionForErrorStatus : 
        errorStatus : int -> unit 
 
 
 
Parameters
- errorStatus
 
- Type: SystemInt32
 
 
See Also