AmoException Class

Definition

Represents an exception that is raised when an AMO error or warning is encountered.

[System.Serializable]
public class AmoException : Exception
[<System.Serializable>]
type AmoException = class
    inherit Exception
Public Class AmoException
Inherits Exception
Inheritance
AmoException
Derived
Attributes

Constructors

AmoException()

Initializes a new instance of the AmoException class.

AmoException(SerializationInfo, StreamingContext)

Initializes a new instance of the AmoException class with serialized data.

AmoException(String)

Initializes a new instance of the AmoException class using the specified message text.

AmoException(String, Exception)

Initializes a new instance of the AmoException class with message text and inner exception.

Applies to