Initializes a new instance of the UnsupportedDocumentException class.

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

Syntax

C#
public UnsupportedDocumentException()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
UnsupportedDocumentException()

Remarks

This constructor initializes the Message property of the new instance to "An unsupported document was encountered."

See Also