Class RosterUserUnresolvedPrincipal
Indicates that the user that is attempting to be logged in could not be resolved.
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public class RosterUserUnresolvedPrincipal : RosterServerException
Constructors
View SourceRosterUserUnresolvedPrincipal()
Initializes a new instance of the RosterUserUnresolvedPrincipal class.
Declaration
public RosterUserUnresolvedPrincipal()
RosterUserUnresolvedPrincipal(SerializationInfo, StreamingContext)
Initializes a new instance of the RosterUserUnresolvedPrincipal class.
Declaration
protected RosterUserUnresolvedPrincipal(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
RosterUserUnresolvedPrincipal(String)
Initializes a new instance of the RosterUserUnresolvedPrincipal class.
Declaration
public RosterUserUnresolvedPrincipal(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
RosterUserUnresolvedPrincipal(String, Exception)
Initializes a new instance of the RosterUserUnresolvedPrincipal class.
Declaration
public RosterUserUnresolvedPrincipal(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |