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
)
Visual Basic
Public Sub New ( 
	message As String
)
Visual C++
public:
DapforException(
	String^ message
)
F#
new : 
        message : string -> DapforException

Parameters

message
Type: System..::..String
The message.

See Also