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.
Creates a new instance of 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)
Parameters
The exception that details the cause of the failure.