Class AzosException
Base exception thrown by the framework
Inheritance
System.Object
System.Exception
AzosException
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 class AzosException : Exception, ISerializable
Constructors
AzosException()
Declaration
public AzosException()
AzosException(SerializationInfo, StreamingContext)
Declaration
protected AzosException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
AzosException(String)
Declaration
public AzosException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
AzosException(String, Exception)
Declaration
public AzosException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
Fields
CODE_FLD_NAME
Declaration
public const string CODE_FLD_NAME = "AE-C"
Field Value
Type | Description |
---|---|
System.String |
Properties
Code
Provides general-purpose error code
Declaration
public int Code { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Implements
System.Runtime.Serialization.ISerializable