Show / Hide Table of Contents

Class UnexpectedScopeException

Indicates that a scope is unexpected for a given object.

Inheritance
object
Exception
RosterServiceException
UnexpectedScopeException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.GNS.Roster
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public class UnexpectedScopeException : RosterServiceException, ISerializable

Constructors

View Source

UnexpectedScopeException()

Initializes a new instance of the UnexpectedScopeException class.

Declaration
public UnexpectedScopeException()
View Source

UnexpectedScopeException(string)

Initializes a new instance of the UnexpectedScopeException class.

Declaration
public UnexpectedScopeException(string message)
Parameters
Type Name Description
string message

The message that describes the error.

View Source

UnexpectedScopeException(string, Exception)

Initializes a new instance of the UnexpectedScopeException class.

Declaration
public UnexpectedScopeException(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.

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX