ExternalCodeException
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.ExternalCodeException
Kind: class
Constructor
ExternalCodeException()
Constructor
ExternalCodeException(string message, int code, Exception innerException)
Constructor
Parameters
| Type | Name | Description |
|---|---|---|
string | message | |
int | code | |
Exception | innerException |
ExternalCodeException(string message)
Constructor
Parameters
| Type | Name | Description |
|---|---|---|
string | message |
ExternalCodeException(string message, Exception innerException)
Constructor
Parameters
| Type | Name | Description |
|---|---|---|
string | message | |
Exception | innerException |
ExternalCodeException(string message, int code)
Constructor
Parameters
| Type | Name | Description |
|---|---|---|
string | message | |
int | code |
Properties
Code
Property
int Code { get; set; }