Initializes a new instance of the XpsClientException class.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public XpsClientException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
XpsClientException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
The error message that explains the reason for the exception.
innerException
Type: System..::..Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

See Also