[]
        
(Showing Draft Content)

C1.Document.C1RplImportException.-ctor

C1RplImportException Constructor

C1RplImportException(string)

Initializes a new instance of the C1RplImportException class.

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

The exception message.

C1RplImportException(string, params object[])

Initializes a new instance of the C1RplImportException class.

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

A format string used to format the exception message.

object[] args

A list of arguments passed to the format string.