Class AimpActionException
Class AimpActionException. Implements the System.Exception
Inheritance
System.Object
System.Exception
AimpActionException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
[Serializable]
public class AimpActionException : Exception, ISerializable, _Exception
Constructors
AimpActionException(ActionResultType)
Initializes a new instance of the AimpActionException class.
Declaration
public AimpActionException(ActionResultType resultType)
Parameters
Type | Name | Description |
---|---|---|
ActionResultType | resultType | Type of the result. |
AimpActionException(ActionResultType, String)
Initializes a new instance of the AimpActionException class.
Declaration
public AimpActionException(ActionResultType resultType, string message)
Parameters
Type | Name | Description |
---|---|---|
ActionResultType | resultType | Type of the result. |
System.String | message | The message. |
Properties
ResultType
Gets the type of the result.
Declaration
public ActionResultType ResultType { get; }
See Also
System.Exception