AlertException Constructor
Overloads
AlertException(String)
Declaration
public AlertException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
AlertException(String, Exception)
Declaration
public AlertException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |