Class SkyException
Base exception thrown by the Sky OS
Inheritance
System.Object
System.Exception
SkyException
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.Sky
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public class SkyException : AzosException, ISerializable, ISkyException
Constructors
SkyException()
Declaration
public SkyException()
SkyException(Int32)
Declaration
public SkyException(int code)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | code |
SkyException(Int32, String)
Declaration
public SkyException(int code, string message)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | code | |
System.String | message |
SkyException(SerializationInfo, StreamingContext)
Declaration
protected SkyException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
SkyException(String)
Declaration
public SkyException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SkyException(String, Exception)
Declaration
public SkyException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
SkyException(String, Exception, Int32, String, String)
Declaration
public SkyException(string message, Exception inner, int code, string sender, string topic)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner | |
System.Int32 | code | |
System.String | sender | |
System.String | topic |
Fields
DefaultSender
Declaration
public static string DefaultSender
Field Value
Type | Description |
---|---|
System.String |
DefaultTopic
Declaration
public static string DefaultTopic
Field Value
Type | Description |
---|---|
System.String |
Sender
Declaration
public readonly string Sender
Field Value
Type | Description |
---|---|
System.String |
SENDER_FLD_NAME
Declaration
public const string SENDER_FLD_NAME = "SKYE-S"
Field Value
Type | Description |
---|---|
System.String |
Topic
Declaration
public readonly string Topic
Field Value
Type | Description |
---|---|
System.String |
TOPIC_FLD_NAME
Declaration
public const string TOPIC_FLD_NAME = "SKYE-T"
Field 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