Compartilhar via


Membros UnknownPropertyException

The UnknownPropertyException class represents the exception that is raised when an SMO operation encounters an unknown property.

O tipo UnknownPropertyException expõe os seguintes membros.

Construtores

  Nome Descrição
Método público UnknownPropertyException() () () () Initializes a new instance of the UnknownPropertyException class.
Método público UnknownPropertyException(String) Initializes a new instance of the UnknownPropertyException class for the specified property.
Método público UnknownPropertyException(String, Exception) Initializes a new instance of the UnknownPropertyException class with the specified message and inner exception.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Sets the SerializationInfo with information about the exception. (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido SetHelpContext Sets the Help context value for the referenced exception. (Herdado de SmoException.)
Método público ToString (Herdado de Exception.)

Início

Propriedades

  Nome Descrição
Propriedade pública CurrentVersion Gets the version of the instance of SQL Server.
Propriedade pública Data (Herdado de Exception.)
Propriedade pública HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.)
Propriedade protegida HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message Gets the message that describes the current exception. (Substitui Exception. . :: . .Message.)
Propriedade pública PropertyName Gets the name of the property that is unknown.
Propriedade pública SmoExceptionType Gets the type of SMO exception. (Substitui SmoException. . :: . .SmoExceptionType.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública SupportedVersions Gets the supported versions for the exception.
Propriedade pública TargetSite (Herdado de Exception.)

Início