Method | Description | |
---|---|---|
UpgradeException ( ) : System |
The default constructor.
|
|
UpgradeException ( string message ) : System |
A simple contructor that sets the exception's message.
|
|
UpgradeException ( string message, |
A simple constructor the sets the exception's message and inner exception.
|
public UpgradeException ( string message ) : System | ||
message | string | The exception's message. |
return | System |
public UpgradeException ( string message, |
||
message | string | The exception's message. |
inner | The ineer exception. | |
return | System |