Method | Description | |
---|---|---|
FormatException ( ) : System |
Default constructor
|
|
FormatException ( string message ) : System |
Constructor with passed message
|
|
FormatException ( string message, |
Constructor with passed message and inner exception
|
public FormatException ( string message ) : System | ||
message | string | Message of the exception |
return | System |
public FormatException ( string message, |
||
message | string | Message of the exception |
inner | Inner exception | |
return | System |