GemFireException Constructor (String, Exception) |
Constructor to create an exception object with the given message
and with the given inner exception.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic GemFireException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
GemFireException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> GemFireException
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception object.
See Also