Class SkipMessageException
Inheritance
System.Object
System.Exception
SkipMessageException
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 SkipMessageException : Exception, ISerializable
Constructors
SkipMessageException()
Declaration
public SkipMessageException()
SkipMessageException(Exception)
Declaration
public SkipMessageException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | cause |
SkipMessageException(String)
Declaration
public SkipMessageException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SkipMessageException(String, Boolean)
Declaration
public SkipMessageException(string message, bool logToLoggingSystem)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Boolean | logToLoggingSystem |
SkipMessageException(String, Exception)
Declaration
public SkipMessageException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | cause |
SkipMessageException(String, Exception, Boolean)
Declaration
public SkipMessageException(string message, Exception cause, bool logToLoggingSystem)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | cause | |
System.Boolean | logToLoggingSystem |
Methods
IsLogToLoggingSystem()
Declaration
public virtual bool IsLogToLoggingSystem()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Serialization.ISerializable