Share via


AccessDeniedException Constructor (String, Exception)

 

Initializes a new instance of the AccessDeniedException class by using the provided message and exception.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public AccessDeniedException(
    string message,
    Exception ex
)
public:
AccessDeniedException(
    String^ message,
    Exception^ ex
)
new : 
        message:string *
        ex:Exception -> AccessDeniedException
Public Sub New (
    message As String,
    ex As Exception
)

Parameters

  • message
    Type: System.String

    Message that describes the exception.

See Also

AccessDeniedException Overload
AccessDeniedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top