This constructor sets an error status to be thrown, with an error message.
Public Sub New( es As Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus, message As string )
public Exception( Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus es, string message );
Parameters |
Description |
Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus es |
Input error status |
string message |
Input error message |
Comments? |