Show / Hide Table of Contents

Class PbmClientClosedException

Exception thrown when attempting to invoke a command on a IPbmClient that is currently closed.

Inheritance
object
Exception
PbmClientClosedException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Petabridge.Cmd.Common.Client
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
Type Name Description
string message
Exception innerException

Implements

ISerializable
In this article
Back to top Generated by DocFX