메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GemFireSystemException ( |
Creates a new instance of the GemFireSystemException class.
|
public GemFireSystemException ( GemFireException cause ) : System | ||
cause | GemFireException | The cause. |
리턴 | System |
protected GemFireSystemException ( |
||
info |
/// The |
|
context |
/// The |
|
리턴 | System |
public GemFireSystemException ( string message ) : System | ||
message | string | The message. |
리턴 | System |
public GemFireSystemException ( string message, |
||
message | string | /// A message about the exception. /// |
rootCause | /// The root exception that is being wrapped. /// | |
리턴 | System |