Exception(ErrorStatus, String, Exception) 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,
        Exception innerException
)

Parameters

es  ErrorStatus
[in] Error status.
message  String
[in] Exception message.
innerException  Exception
[in] Inner exception.
See Also

©  Bricsys NV. All rights reserved.