AccessTokenErrorResponse Constructor (String)
Namespace: Microsoft.VisualStudio.Services.OAuth
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
error As String _
)
public AccessTokenErrorResponse(
string error
)
public:
AccessTokenErrorResponse(
String^ error
)
new :
error:string -> AccessTokenErrorResponse
public function AccessTokenErrorResponse(
error : String
)
Parameters
- error
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.
See Also
Reference
AccessTokenErrorResponse Class