AmoException 类

定义

表示当遇到 AMO 错误或警告时所引发的异常。

[System.Serializable]
public class AmoException : Exception
[<System.Serializable>]
type AmoException = class
    inherit Exception
Public Class AmoException
Inherits Exception
继承
AmoException
派生
属性

构造函数

AmoException()

初始化 AmoException 类的新实例。

AmoException(SerializationInfo, StreamingContext)

使用序列化数据初始化 AmoException 类的新实例。

AmoException(String)

使用指定的消息文本初始化 AmoException 类的新实例。

AmoException(String, Exception)

使用消息文本和内部异常初始化 AmoException 类的新实例。

适用于