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