Autodesk.AutoCAD.BoundaryRepresentation Namespace > Exception Class > Exception Constructor > Exception(Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus, string) Constructor
Exception.Exception(Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus, string) Constructor
Description

This constructor sets an error status to be thrown, with an error message.

Visual Basic
Public Sub New(
    es As Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus, 
    message As string
)
C#
public Exception(
    Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus es, 
    string message
);
Parameters
Parameters 
Description 
Autodesk.AutoCAD.BoundaryRepresentation.ErrorStatus es 
Input error status 
string message 
Input error message 
Links
   Comments?