![]() |
OTX-Runtime Converter
|
|
Thrown when the file has wrong format. More...
Public Member Functions | |
FileFormatException () | |
Initializes a new instance of the FileFormatException class. More... | |
FileFormatException (string message) | |
Initializes a new instance of the FileFormatException class with a specified error message. More... | |
FileFormatException (string message, System.Exception inner) | |
Initializes a new instance of the FileFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception. More... | |
![]() | |
Exception () | |
Initializes a new instance of the Exception class. More... | |
Exception (string message) | |
Initializes a new instance of the Exception class with a specified error message. More... | |
Exception (string message, System.Exception inner) | |
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. More... | |
Properties | |
override string | Message [get] |
Creates and returns a string representation of the current exception. More... | |
Thrown when the file has wrong format.
|
inline |
Initializes a new instance of the FileFormatException class.
|
inline |
Initializes a new instance of the FileFormatException class with a specified error message.
message | The message that describes the error. |
|
inline |
Initializes a new instance of the FileFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
message | The error message that explains the reason for the exception. |
inner | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
|
get |
Creates and returns a string representation of the current exception.
<return>A string representation of the current exception.</return>