Skip to content

05dc1c6e 86ea 9fc7 28ea 3c096da61069

Fernando Garcia edited this page May 8, 2018 · 1 revision

InvalidFieldsDefinitionException Constructor (String, Exception)

Additional header content

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.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public InvalidFieldsDefinitionException(
	string message,
	Exception innerException
)

VB

Public Sub New ( 
	message As String,
	innerException As Exception
)

Parameters

 

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.

Remarks

[Missing documentation for "M:iTin.Export.Model.InvalidFieldsDefinitionException.#ctor(System.String,System.Exception)"]

See Also

Reference

InvalidFieldsDefinitionException Class
InvalidFieldsDefinitionException Overload
iTin.Export.Model Namespace

Clone this wiki locally