Initializes a new instance of the DocumentException class with a specified error message.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DocumentException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
DocumentException(
	String^ message
)

Parameters

message
Type: System..::..String
The message that describes the error.

See Also