Class RosterServiceException
Base exception for Roster service layer.
Inheritance
RosterServiceException
Implements
Inherited Members
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RosterServiceException : Exception, ISerializable
Constructors
View SourceRosterServiceException()
Declaration
public RosterServiceException()
RosterServiceException(string)
Declaration
public RosterServiceException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
RosterServiceException(string, Exception)
Declaration
public RosterServiceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |