Class GarbledMessageException
Thrown when an exceptional message condition has occurred. For example, No SOH symbol at the end of message throws an instance of this class.
Inheritance
System.Object
System.Exception
GarbledMessageException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
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: FixAntenna.Fix.Message
Assembly: FixAntenna.Message.dll
Syntax
public class GarbledMessageException : Exception, ISerializable
Constructors
GarbledMessageException()
Declaration
public GarbledMessageException()
GarbledMessageException(String)
Declaration
public GarbledMessageException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
GarbledMessageException(String, Boolean)
Declaration
protected GarbledMessageException(string message, bool critical)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Boolean | critical |
GarbledMessageException(String, Exception)
Declaration
public GarbledMessageException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | cause |
GarbledMessageException(String, String)
Declaration
public GarbledMessageException(string description, string garbledMessage)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | |
System.String | garbledMessage |
GarbledMessageException(String, String, Boolean)
Declaration
public GarbledMessageException(string description, string garbledMessage, bool critical)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | |
System.String | garbledMessage | |
System.Boolean | critical |
Methods
IsCritical()
Declaration
public virtual bool IsCritical()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Serialization.ISerializable