Constructor ImportException
ImportException()
Declaration
public ImportException()
ImportException(string)
Declaration
public ImportException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
ImportException(string, Exception)
Declaration
public ImportException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |