Class InvalidScopeFormatException
Exception to indicate a scope string value is improperly formatted.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public class InvalidScopeFormatException : Exception, ISerializableConstructors
View SourceInvalidScopeFormatException()
Initializes a new instance of the InvalidScopeFormatException class.
Declaration
public InvalidScopeFormatException()InvalidScopeFormatException(string)
Initializes a new instance of the InvalidScopeFormatException class.
Declaration
public InvalidScopeFormatException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | The message that describes the error. | 
InvalidScopeFormatException(string, Exception)
Initializes a new instance of the InvalidScopeFormatException class.
Declaration
public InvalidScopeFormatException(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. |