CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
The template class for an exception with a file name. More...
#include <details_exception_with_filename.h>
Inherits T.
Public Member Functions | |
virtual String | get_FileName () const |
Gets the name of the file that causes this exception. More... | |
virtual String | get_Message () const override |
virtual String | ToString () const override |
Protected Member Functions | |
Details_ExceptionWithFilename () | |
Initializes a new instance with an empty file name. More... | |
Details_ExceptionWithFilename (const String &message) | |
Initializes a new instance with a specified error message and an empty file name. More... | |
Details_ExceptionWithFilename (const String &message, const Exception &innerException) | |
Initializes a new instance with a specified error message, a reference to the inner exception that is the cause of this exception, and an empty file name. More... | |
Details_ExceptionWithFilename (const String &message, const String &fileName) | |
Initializes a new instance with a specified error message and a specified filename. More... | |
Details_ExceptionWithFilename (const String &message, const String &fileName, const Exception &innerException) | |
Initializes a new instance with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified file name. More... | |
virtual String | ExtraDescription () const override |
The template class for an exception with a file name.
T | An exception base class. |
|
inlineprotected |
Initializes a new instance with an empty file name.
|
inlineprotected |
Initializes a new instance with a specified error message and an empty file name.
message | The error message that explains the reason for the exception. |
|
inlineprotected |
Initializes a new instance with a specified error message, a reference to the inner exception that is the cause of this exception, and an empty file name.
message | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception. |
|
inlineprotected |
Initializes a new instance with a specified error message and a specified filename.
message | The error message that explains the reason for the exception. |
fileName | The full name of the file with the invalid image. |
|
inlineprotected |
Initializes a new instance with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified file name.
message | The error message that explains the reason for the exception. |
fileName | The full name of the file with the invalid image. |
innerException | The exception that is the cause of the current exception. |
|
inlineoverrideprotectedvirtual |
|
inlinevirtual |
Gets the name of the file that causes this exception.
|
inlineoverridevirtual |
|
inlineoverridevirtual |