BrowserFlowException Constructor (BrowserFlowLayer, ErrorData, String, Exception)

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, _
    innerException As Exception _
)
public BrowserFlowException(
    BrowserFlowLayer layer,
    ErrorData error,
    string message,
    Exception innerException
)
public:
BrowserFlowException(
    BrowserFlowLayer layer, 
    ErrorData^ error, 
    String^ message, 
    Exception^ innerException
)
new : 
        layer:BrowserFlowLayer * 
        error:ErrorData * 
        message:string * 
        innerException:Exception -> BrowserFlowException
public function BrowserFlowException(
    layer : BrowserFlowLayer, 
    error : ErrorData, 
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

BrowserFlowException Class

BrowserFlowException Overload

Microsoft.VisualStudio.Services.Client.Controls Namespace