Class APIException
APIException Class will be raised upon API related error if ThrowAPIException is enabled.
Inheritance
System.Object
System.Exception
APIException
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.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: IDAnalyzer
Assembly: IDAnalyzer.dll
Syntax
public class APIException : Exception, ISerializable
Constructors
| Improve this Doc View SourceAPIException()
Declaration
public APIException()
APIException(String, Exception, Int32)
Declaration
public APIException(string message, Exception inner, int code)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner | |
System.Int32 | code |
APIException(String, Int32)
Declaration
public APIException(string message, int code)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | code |
Fields
| Improve this Doc View SourceErrorCode
Declaration
public int ErrorCode
Field Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Serialization.ISerializable