ExceptionEventArgs(Exception) 构造函数

定义

创建 ExceptionEventArgs 的新实例。

public:
 ExceptionEventArgs(Exception ^ e);
public ExceptionEventArgs (Exception e);
new Microsoft.VisualStudio.Language.Intellisense.ExceptionEventArgs : Exception -> Microsoft.VisualStudio.Language.Intellisense.ExceptionEventArgs
Public Sub New (e As Exception)

参数

e
Exception

详细说明失败原因的异常。

适用于