Method | Description | |
---|---|---|
BootstrapperException ( ) : System |
Initializes a new instance of the BootstrapperException class.
|
|
BootstrapperException ( IEnumerable |
Initializes a new instance of the BootstrapperException class.
|
|
BootstrapperException ( string message ) : System |
Initializes a new instance of the BootstrapperException class.
|
|
BootstrapperException ( string message, |
Initializes a new instance of the BootstrapperException class.
|
|
BootstrapperException ( string message, IEnumerable |
Initializes a new instance of the BootstrapperException class.
|
Method | Description | |
---|---|---|
BootstrapperException ( |
Initializes a new instance of the BootstrapperException class.
|
public BootstrapperException ( IEnumerable |
||
innerExceptions | IEnumerable |
The inner exceptions. |
return | System |
protected BootstrapperException ( |
||
info | The object that holds the serialized object data. | |
context | The contextual information about the source or destination. | |
return | System |
public BootstrapperException ( string message ) : System | ||
message | string | The message. |
return | System |
public BootstrapperException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public BootstrapperException ( string message, IEnumerable |
||
message | string | The message. |
innerExceptions | IEnumerable |
The inner exceptions. |
return | System |