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