[]
        
(Showing Draft Content)

C1.Document.C1DocumentSourceException.-ctor

C1DocumentSourceException Constructor

C1DocumentSourceException(string)

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

Declaration
public C1DocumentSourceException(string message)
Parameters
Type Name Description
string message

The exception error message.

C1DocumentSourceException(string, params object[])

Initializes a new instance of the C1DocumentSourceException class with a formatted error message.

Declaration
public C1DocumentSourceException(string format, params object[] args)
Parameters
Type Name Description
string format

The exception message formatting string.

object[] args

The list of parameters supplied to the formatting string.