OTX-Runtime Converter  
OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.FileFormatException Class Reference

Thrown when the file has wrong format. More...

Inheritance diagram for OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.FileFormatException:
Inheritance graph

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...
 
- Public Member Functions inherited from OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.Exception
 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...
 

Detailed Description

Thrown when the file has wrong format.

Constructor & Destructor Documentation

◆ FileFormatException() [1/3]

OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.FileFormatException.FileFormatException ( )
inline

Initializes a new instance of the FileFormatException class.

◆ FileFormatException() [2/3]

OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.FileFormatException.FileFormatException ( string  message)
inline

Initializes a new instance of the FileFormatException class with a specified error message.

Parameters
messageThe message that describes the error.

◆ FileFormatException() [3/3]

OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.FileFormatException.FileFormatException ( string  message,
System.Exception  inner 
)
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.

Parameters
messageThe error message that explains the reason for the exception.
innerThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Property Documentation

◆ Message

override string OpenTestSystem.Otx.RuntimeConverter.Api.Exceptions.FileFormatException.Message
get

Creates and returns a string representation of the current exception.

<return>A string representation of the current exception.</return>


The documentation for this class was generated from the following file: