Class ClientCallException
Thrown by the Glue framework when clients try to perfom a call but that action fails
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Glue
Assembly: NFX.dll
Syntax
[Serializable]
public class ClientCallException : GlueException, ISerializable
Constructors
ClientCallException(CallStatus)
Declaration
public ClientCallException(CallStatus status)
Parameters
Type | Name | Description |
---|---|---|
CallStatus | status |
ClientCallException(CallStatus, String)
Declaration
public ClientCallException(CallStatus status, string message)
Parameters
Type | Name | Description |
---|---|---|
CallStatus | status | |
System.String | message |
ClientCallException(CallStatus, String, Exception)
Declaration
public ClientCallException(CallStatus status, string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
CallStatus | status | |
System.String | message | |
System.Exception | inner |
ClientCallException(SerializationInfo, StreamingContext)
Declaration
protected ClientCallException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Fields
Status
Returns call status enum
Declaration
public readonly CallStatus Status
Field Value
Type | Description |
---|---|
CallStatus |
STATUS_FLD_NAME
Declaration
public const string STATUS_FLD_NAME = "CCE-S"
Field Value
Type | Description |
---|---|
System.String |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Overrides
Implements
System.Runtime.Serialization.ISerializable