Class PbmClientClosedException
Exception thrown when attempting to invoke a command on a IPbmClient
that is currently closed.
Inheritance
PbmClientClosedException
Assembly: Petabridge.Cmd.Common.dll
Syntax
public class PbmClientClosedException : Exception, ISerializable
Constructors
PbmClientClosedException()
Declaration
public PbmClientClosedException()
PbmClientClosedException(string)
Declaration
public PbmClientClosedException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
PbmClientClosedException(string, Exception)
Declaration
public PbmClientClosedException(string message, Exception innerException)
Parameters
Implements