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 | |
---|---|---|
UnknownPropertyException() () () () | Initializes a new instance of the UnknownPropertyException class. | |
UnknownPropertyException(String) | Initializes a new instance of the UnknownPropertyException class for the specified property. | |
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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the SerializationInfo with information about the exception. (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Herdado de SmoException.) | |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CurrentVersion | Gets the version of the instance of SQL Server. | |
Data | (Herdado de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | Gets the message that describes the current exception. (Substitui Exception. . :: . .Message.) | |
PropertyName | Gets the name of the property that is unknown. | |
SmoExceptionType | Gets the type of SMO exception. (Substitui SmoException. . :: . .SmoExceptionType.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
SupportedVersions | Gets the supported versions for the exception. | |
TargetSite | (Herdado de Exception.) |
Início
Consulte também