点击或拖拽改变大小

VLCException 构造函数 (String, Exception)

Creates a VLCException with a message and an inner exeption

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public VLCException(
	string message,
	Exception innerException
)

参数

message
类型:SystemString

[缺少 "M:LibVLCSharp.Shared.VLCException.#ctor(System.String,System.Exception)" 的 <param name="message"/> 文档]

innerException
类型:SystemException

[缺少 "M:LibVLCSharp.Shared.VLCException.#ctor(System.String,System.Exception)" 的 <param name="innerException"/> 文档]

参见