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

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

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

Parameters

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

Remarks

The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

See Also