Base exception for schema DSC.
Initializes a new instance of DSCException.
public Void DSCException(msg)| Name | Type | Summary |
|---|---|---|
| msg | String |
Initializes a new instance of DSCException.
public Void DSCException(msg, src)| Name | Type | Summary |
|---|---|---|
| msg | String | |
| src | String |
Initializes a new instance of DSCException.
public Void DSCException(msg, src, inner)| Name | Type | Summary |
|---|---|---|
| msg | String | |
| src | String | |
| inner | Exception |
In this document