Initializes a new instance of the
FormDefinitionReadException class.
Syntax
public FormDefinitionReadException(
int ,
string
)
public: FormDefinitionReadException(
int ,
string*
)
public:
FormDefinitionReadException(
int ,
String^
)
Parameters
- errorNumber
- A number that represents the reason you are creating this exception object.
- message
- A string that describes the reason you are creating this exception object.
See Also