Class UnexpectedStateException
Exception to indicate the current application or server state is unexpected.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public class UnexpectedStateException : Exception, ISerializable
Constructors
View SourceUnexpectedStateException()
Initializes a new instance of the UnexpectedStateException class.
Declaration
public UnexpectedStateException()
UnexpectedStateException(string)
Initializes a new instance of the UnexpectedStateException class.
Declaration
public UnexpectedStateException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
UnexpectedStateException(string, Exception)
Initializes a new instance of the UnexpectedStateException class.
Declaration
public UnexpectedStateException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
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. |