Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal summary As String, _ ByVal error As Exception _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim summary As String Dim error As Exception Dim instance As New UpdateSummaryEventArgs(summary, error) |
Managed Extensions for C++ | |
---|---|
public: UpdateSummaryEventArgs( string* summary, Exception* error ) |
C++/CLI | |
---|---|
public: UpdateSummaryEventArgs( String^ summary, Exception^ error ) |
Parameters
- summary
- Type: System.String The description of the updated summary.
- error
- Type: System.Exception The error for the updated summary.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7