Class RosterContainerNotRegisteredException
Inheritance
RosterContainerNotRegisteredException
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class RosterContainerNotRegisteredException : RosterServiceException, ISerializable
Constructors
View Source
RosterContainerNotRegisteredException()
Declaration
public RosterContainerNotRegisteredException()
View Source
RosterContainerNotRegisteredException(string)
Declaration
public RosterContainerNotRegisteredException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
RosterContainerNotRegisteredException(string, Exception)
Declaration
public RosterContainerNotRegisteredException(string message, Exception innerException)
Parameters
Implements