Class RestrictedMessageException
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
RestrictedMessageException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
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.FixEngine.Session.Common
Assembly: FixAntenna.Core.dll
Syntax
public sealed class RestrictedMessageException : ArgumentException, ISerializable
Constructors
RestrictedMessageException()
Declaration
public RestrictedMessageException()
RestrictedMessageException(String)
Declaration
public RestrictedMessageException(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
RestrictedMessageException(String, Exception)
Declaration
public RestrictedMessageException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Implements
System.Runtime.Serialization.ISerializable