Class RepeatingGroupException
Inheritance
System.Object
System.Exception
RepeatingGroupException
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.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.Rg.Exceptions
Assembly: FixAntenna.Message.dll
Syntax
public class RepeatingGroupException : Exception, ISerializable
Constructors
RepeatingGroupException(FixVersion, String)
Declaration
public RepeatingGroupException(FixVersion version, string messageType)
Parameters
Type | Name | Description |
---|---|---|
FixVersion | version | |
System.String | messageType |
RepeatingGroupException(FixVersionContainer, String)
Declaration
public RepeatingGroupException(FixVersionContainer version, string messageType)
Parameters
Type | Name | Description |
---|---|---|
FixVersionContainer | version | |
System.String | messageType |
Properties
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.Message
Implements
System.Runtime.Serialization.ISerializable