Exception(ErrorStatus, String) Constructor
|
Constructor for the Exception class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Exception(
ErrorStatus es,
string message
)
Public Sub New (
es As ErrorStatus,
message As String
)
public:
Exception(
ErrorStatus es,
String^ message
)
new :
es : ErrorStatus *
message : string -> Exception
Parameters
- es ErrorStatus
- [in] Error status.
- message String
- [in] Exception message.
See Also