LifecycleFailedException Constructor (String, Exception)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 LifecycleFailedException class with the specified error message and exception cause.

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

Parameters

message
Type: System String
Specifies the exception message text.
cause
Type: System Exception
Specifies the initial cause of the exception that caused this exception to occur.
See Also