31ab12b4 37f7 b425 c9c5 f5fbf5f05a48 - 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.InvalidFieldsDefinitionException
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 InvalidFieldsDefinitionException : ExceptionVB
<SerializableAttribute>
Public Class InvalidFieldsDefinitionException
Inherits ExceptionThe InvalidFieldsDefinitionException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
InvalidFieldsDefinitionException() | Initializes a new instance of the InvalidFieldsDefinitionException class. |
![]() |
InvalidFieldsDefinitionException(String) | Initializes a new instance of the InvalidFieldsDefinitionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
InvalidFieldsDefinitionException(StringBuilder) | Initializes a new instance of the InvalidFieldsDefinitionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
InvalidFieldsDefinitionException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidFieldsDefinitionException class with serialized data. |
![]() |
InvalidFieldsDefinitionException(String, Exception) | Initializes a new instance of the InvalidFieldsDefinitionException 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.InvalidFieldsDefinitionException"]




