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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.