[]
Initializes a new instance of the C1RplImportException class.
public C1RplImportException(string message)
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
Initializes a new instance of the C1RplImportException class.
public C1RplImportException(string format, params object[] args)
| 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. |