PlaylistException 构造函数 (string, Exception)

初始化 PlaylistException 类的新实例。

命名空间:Microsoft.Windows.Kits.Hardware.ObjectModel

程序集:Microsoft.Windows.Kits.Hardware.ObjectModel(在 Microsoft.Windows.Kits.Hardware.ObjectModel 中)

语法

C#

public PlaylistException (

          string message,

          Exception except

)

参数

message

表示异常消息的字符串。

except

异常对象。

线程安全

此类型的所有公共静态成员都是线程安全的。 但不保证所有实例成员都是线程安全的。