Class WorkersException
Thrown to indicate workers related problems
Inheritance
System.Object
System.Exception
WorkersException
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.Workers
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public class WorkersException : SkyException, ISerializable, ISkyException
Constructors
WorkersException()
Declaration
public WorkersException()
WorkersException(SerializationInfo, StreamingContext)
Declaration
protected WorkersException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
WorkersException(String)
Declaration
public WorkersException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
WorkersException(String, Exception)
Declaration
public WorkersException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
Implements
System.Runtime.Serialization.ISerializable