Class AccessDeniedException
Inheritance
System.Object
AccessDeniedException
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class AccessDeniedException : RosterServiceException
Constructors
View Source
AccessDeniedException()
Declaration
public AccessDeniedException()
View Source
AccessDeniedException(SerializationInfo, StreamingContext)
Declaration
protected AccessDeniedException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
View Source
AccessDeniedException(String)
Declaration
public AccessDeniedException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
View Source
AccessDeniedException(String, Exception)
Declaration
public AccessDeniedException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|