Method | Description | |
---|---|---|
BulkheadRejectedException ( ) : System |
Initializes a new instance of the BulkheadRejectedException class.
|
|
BulkheadRejectedException ( String message ) : System |
Initializes a new instance of the BulkheadRejectedException class.
|
|
BulkheadRejectedException ( String message, |
Initializes a new instance of the BulkheadRejectedException class.
|
Method | Description | |
---|---|---|
BulkheadRejectedException ( |
Initializes a new instance of the BulkheadRejectedException class.
|
public BulkheadRejectedException ( ) : System | ||
return | System |
protected BulkheadRejectedException ( |
||
info | The information. | |
context | The context. | |
return | System |
public BulkheadRejectedException ( String message ) : System | ||
message | String | The message. |
return | System |
public BulkheadRejectedException ( String message, |
||
message | String | The message. |
innerException | The inner exception. | |
return | System |