Method | Description | |
---|---|---|
GemFireSystemException ( ) : System |
Initializes a new instance of the GemFireSystemException class.
|
|
GemFireSystemException ( GemFireException cause ) : System |
Initializes a new instance of the GemFireSystemException class.
|
|
GemFireSystemException ( string message ) : System |
Initializes a new instance of the GemFireSystemException class.
|
|
GemFireSystemException ( string message, |
Creates a new instance of the GemFireSystemException class with the specified message and root cause.
|
Method | Description | |
---|---|---|
GemFireSystemException ( |
Creates a new instance of the GemFireSystemException class.
|
public GemFireSystemException ( GemFireException cause ) : System | ||
cause | GemFireException | The cause. |
return | System |
protected GemFireSystemException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public GemFireSystemException ( string message ) : System | ||
message | string | The message. |
return | System |
public GemFireSystemException ( string message, |
||
message | string | /// A message about the exception. /// |
rootCause | /// The root exception that is being wrapped. /// | |
return | System |