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