Method | Description | |
---|---|---|
XRIParseException ( ) : System |
Constructs a XRIParseException with a default message
|
|
XRIParseException ( string message ) : System |
Constructs a XRIParseException with the provided message
|
|
XRIParseException ( string message, |
Constructs a XRIParseException with the provided message and based off of the provided Exception
|
public XRIParseException ( string message ) : System | ||
message | string | |
return | System |
public XRIParseException ( string message, |
||
message | string | |
exception | ||
return | System |