GridServerRuntimeException Constructor (String, Exception, String)IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Initializes a new instance of the GridServerRuntimeException class with the specified error message, a reference to the inner exception that is the cause of this exception, and the Java exception class name.

Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Parameters

message
Type: System String
Specifies the error message that explains the reason for the exception.
innerException
Type: System Exception
Specifies the exception that is the cause of the current exception. A null value is permitted and indicates that the cause is nonexistent or unknown.
javaExceptionClassName
Type: System String
Specifies the Java exception class name.
See Also