Class AvermentException
Thrown by Aver class to indicate averment failures
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
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: Azos
Assembly: Azos.dll
Syntax
[Serializable]
public sealed class AvermentException : AzosException, ISerializable
Constructors
AvermentException(String)
Declaration
public AvermentException(string message = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
AvermentException(String, String)
Declaration
public AvermentException(string message, string from = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | from |
AvermentException(String, String, Exception)
Declaration
public AvermentException(string message, string from, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | from | |
System.Exception | inner |
Fields
FROM_FLD_NAME
Declaration
public const string FROM_FLD_NAME = "AE-F"
Field Value
Type | Description |
---|---|
System.String |
Properties
From
Declaration
public string From { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Overrides
Implements
System.Runtime.Serialization.ISerializable