20e680b5 2d86 5a82 5e69 2e9a8500de97 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Initializes a new instance of the InvalidFieldIdentifierNameException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public InvalidFieldIdentifierNameException(
string message,
Exception innerException
)VB
Public Sub New (
message As String,
innerException As Exception
)
- message
- Type: System.String
The error message that explains the reason for the exception. - innerException
- Type: System.Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
[Missing documentation for "M:iTin.Export.Model.InvalidFieldIdentifierNameException.#ctor(System.String,System.Exception)"]
InvalidFieldIdentifierNameException Class
InvalidFieldIdentifierNameException Overload
iTin.Export.Model Namespace