Class RosterServiceException
Base exception for Roster service layer.
Inheritance
System.Object
RosterServiceException
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RosterServiceException : Exception
Constructors
View SourceRosterServiceException()
Declaration
public RosterServiceException()
RosterServiceException(SerializationInfo, StreamingContext)
Declaration
protected RosterServiceException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
RosterServiceException(String)
Declaration
public RosterServiceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
RosterServiceException(String, Exception)
Declaration
public RosterServiceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |