InteropThrowExceptionForErrorStatus
Method
|
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.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 Int32
-
See Also