AmoException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the AmoException class with message text and inner exception. |
AmoException(String) |
Initializes a new instance of the AmoException class using the specified message text. |