ExceptionEventArgs(Exception) 构造函数

定义

public:
 ExceptionEventArgs(Exception ^ exception);
public ExceptionEventArgs (Exception exception);
new Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExceptionEventArgs : Exception -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExceptionEventArgs
Public Sub New (exception As Exception)

参数

exception
Exception

适用于