Freigeben über


ConnectionCompletedEventArgs.Error Property

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Property Error As Exception
public Exception Error { get; private set; }
public:
property Exception^ Error {
    Exception^ get ();
    private: void set (Exception^ value);
}
member Error : Exception with get, private set
function get Error () : Exception 
private function set Error (value : Exception)

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

ConnectionCompletedEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace