Share via


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

.NET Framework Security

See Also

Reference

UnauthorizedRequestException Class

UnauthorizedRequestException Overload

Microsoft.TeamFoundation.Framework.Server Namespace