Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Property ExceptionHandler As NotificationExceptionHandler
public NotificationExceptionHandler ExceptionHandler { get; set; }
public:
property NotificationExceptionHandler^ ExceptionHandler {
NotificationExceptionHandler^ get ();
void set (NotificationExceptionHandler^ value);
}
member ExceptionHandler : NotificationExceptionHandler with get, set
function get ExceptionHandler () : NotificationExceptionHandler
function set ExceptionHandler (value : NotificationExceptionHandler)
Property Value
Type: Microsoft.VisualStudio.Services.Client.NotificationExceptionHandler
.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.