PollingCompletedEventArgs.PollingCompletedException Property
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PollingCompletedException As Exception
'Usage
Dim instance As PollingCompletedEventArgs
Dim value As Exception
value = instance.PollingCompletedException
public Exception PollingCompletedException { get; }
public:
property Exception^ PollingCompletedException {
Exception^ get ();
}
public function get PollingCompletedException () : 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.
See Also
Reference
PollingCompletedEventArgs Class