Share via


ExceptionEventArgs.Exception Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As ExceptionEventArgs 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
public function get Exception () : Exception

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

ExceptionEventArgs Class

ExceptionEventArgs Members

Microsoft.TeamFoundation.VersionControl.Client Namespace