ExceptionEventArgs Constructor
See Also 
SourceCode Namespace > ExceptionEventArgs Class : ExceptionEventArgs Constructor



exception

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal exception As Exception _
)
Visual Basic (Usage) Copy Code
Dim exception As Exception
 
Dim instance As New ExceptionEventArgs(exception)
C#  
public ExceptionEventArgs( 
   Exception exception
)
C++/CLI  
public:
ExceptionEventArgs( 
   Exception^ exception
)

Parameters

exception

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also