Share via


BrowserFlowException Constructor (BrowserFlowLayer, ErrorData, String)

Namespace:  Microsoft.VisualStudio.Services.Client.Controls
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    layer As BrowserFlowLayer, _
    error As ErrorData, _
    message As String _
)
public BrowserFlowException(
    BrowserFlowLayer layer,
    ErrorData error,
    string message
)
public:
BrowserFlowException(
    BrowserFlowLayer layer, 
    ErrorData^ error, 
    String^ message
)
new : 
        layer:BrowserFlowLayer * 
        error:ErrorData * 
        message:string -> BrowserFlowException
public function BrowserFlowException(
    layer : BrowserFlowLayer, 
    error : ErrorData, 
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

BrowserFlowException Class

BrowserFlowException Overload

Microsoft.VisualStudio.Services.Client.Controls Namespace