Class ClientMsgInspectionException
Thrown by the Glue framework when client message inspector fails with exception
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 ClientMsgInspectionException : GlueException, ISerializable, IWrappedExceptionDataSource
Constructors
ClientMsgInspectionException(IClientMsgInspector, Exception)
Declaration
public ClientMsgInspectionException(IClientMsgInspector inspector, Exception error)
Parameters
Type | Name | Description |
---|---|---|
IClientMsgInspector | inspector | |
System.Exception | error |
ClientMsgInspectionException(SerializationInfo, StreamingContext)
Declaration
protected ClientMsgInspectionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Properties
Inspector
Returns inspector that threw exception
Declaration
public IClientMsgInspector Inspector { get; }
Property Value
Type | Description |
---|---|
IClientMsgInspector |
Methods
GetWrappedData()
Declaration
public string GetWrappedData()
Returns
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable