AccessDeniedException Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public AccessDeniedException (string message);
new Microsoft.TeamFoundation.TestManagement.WebApi.AccessDeniedException : string -> Microsoft.TeamFoundation.TestManagement.WebApi.AccessDeniedException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
Azure DevOps Services .NET SDK latest and Azure DevOps Services .NET SDK preview
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |
C#
public AccessDeniedException (string message, Exception ex);
new Microsoft.TeamFoundation.TestManagement.WebApi.AccessDeniedException : string * Exception -> Microsoft.TeamFoundation.TestManagement.WebApi.AccessDeniedException
Public Sub New (message As String, ex As Exception)
Parameters
- message
- String
- ex
- Exception
Applies to
Azure DevOps Services .NET SDK latest and Azure DevOps Services .NET SDK preview
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |