ExceptionEventArgs(Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- exception
- Exception