NotificationContext.ExceptionHandler Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.ClientNotification
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.ClientNotification.NotificationExceptionHandler

.NET Framework Security

See Also

Reference

NotificationContext Class

Microsoft.VisualStudio.Services.ClientNotification Namespace