Class AdminToolException
Runtime exception for Admin Tool module
Inheritance
System.Object
System.Exception
AdminToolException
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.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)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.AdminTool
Assembly: FixAntenna.AdminTool.dll
Syntax
public class AdminToolException : Exception, ISerializable
Constructors
AdminToolException()
Declaration
public AdminToolException()
AdminToolException(Exception)
Declaration
public AdminToolException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | cause |
AdminToolException(String)
Construct a
AdminToolException
with the specified detail message
and nested exception.
Declaration
public AdminToolException(string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | string that describe the problem |
AdminToolException(String, Exception)
Declaration
public AdminToolException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Methods
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetDescription()
Method getFastError returns the validationError of this FastExceptionobject.
Declaration
public virtual string GetDescription()
Returns
Type | Description |
---|---|
System.String | the fastError (type String) of this FastExceptionobject. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
GetRootCause()
Retrieve the innermost cause of this exception, if any.
Declaration
public Exception GetRootCause()
Returns
Type | Description |
---|---|
System.Exception | the innermost exception, or if none
|
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Exception.ToString()
Implements
System.Runtime.Serialization.ISerializable