aa454ae5 9b2e 2a8e d40e 63704c616a72 - iAJTin/iExportEngine GitHub Wiki
Additional header content
This class represents the exception that is thrown when the field identifier in export model is invalid.
System.Object
System.Exception
iTin.Export.Model.InvalidFieldIdentifierNameException
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public class InvalidFieldIdentifierNameException : ExceptionVB
<SerializableAttribute>
Public Class InvalidFieldIdentifierNameException
Inherits ExceptionThe InvalidFieldIdentifierNameException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
InvalidFieldIdentifierNameException() | Initializes a new instance of the InvalidFieldIdentifierNameException class. |
![]() |
InvalidFieldIdentifierNameException(String) | 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. |
![]() |
InvalidFieldIdentifierNameException(StringBuilder) | 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. |
![]() |
InvalidFieldIdentifierNameException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidFieldIdentifierNameException class with serialized data. |
![]() |
InvalidFieldIdentifierNameException(String, Exception) | 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. |
| Name | Description | |
|---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
[Missing documentation for "T:iTin.Export.Model.InvalidFieldIdentifierNameException"]




