Initializes a new instance of the DapforException class.

Namespace: Dapfor.Net.Exceptions
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public DapforException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( 
	message As String,
	innerException As Exception
)
Visual C++
public:
DapforException(
	String^ message, 
	Exception^ innerException
)
F#
new : 
        message : string * 
        innerException : Exception -> DapforException

Parameters

message
Type: System..::..String
The message.
innerException
Type: System..::..Exception
The inner exception.

See Also