The exception that is thrown when an unsupported document is encountered.

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

Syntax

C#
[SerializableAttribute]
public class UnsupportedDocumentException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UnsupportedDocumentException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class UnsupportedDocumentException : public Exception

Remarks

This exception is thrown when the BargeEx API encounters a document that is not supported.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BargeEx..::.UnsupportedDocumentException

See Also