Class DictionaryRuntimeException
Inheritance
System.Object
System.Exception
DictionaryRuntimeException
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.Validation.Engine.Exceptions
Assembly: FixAntenna.Validation.dll
Syntax
public class DictionaryRuntimeException : Exception, ISerializable
Constructors
DictionaryRuntimeException()
Declaration
public DictionaryRuntimeException()
DictionaryRuntimeException(Exception)
Declaration
public DictionaryRuntimeException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | cause |
DictionaryRuntimeException(String)
Declaration
public DictionaryRuntimeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
DictionaryRuntimeException(String, Exception)
Declaration
public DictionaryRuntimeException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | cause |
Implements
System.Runtime.Serialization.ISerializable