UnauthorizedRequestException Constructor (String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
exceptionMessage As String, _
resolutionUrl As String _
)
public UnauthorizedRequestException(
string exceptionMessage,
string resolutionUrl
)
public:
UnauthorizedRequestException(
String^ exceptionMessage,
String^ resolutionUrl
)
new :
exceptionMessage:string *
resolutionUrl:string -> UnauthorizedRequestException
public function UnauthorizedRequestException(
exceptionMessage : String,
resolutionUrl : String
)
Parameters
- exceptionMessage
Type: System.String
- resolutionUrl
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
UnauthorizedRequestException Class