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
- message
Type: System.String
.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.