Membros UnsupportedObjectNameException
The UnsupportedObjectNameException class represents the exception that is raised when an SMO operation encounters an unsupported object name.
O tipo UnsupportedObjectNameException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
UnsupportedObjectNameException() () () () | Initializes a new instance of the UnsupportedObjectNameException class. | |
UnsupportedObjectNameException(String) | Initializes a new instance of the UnsupportedObjectNameException class with the specified message. | |
UnsupportedObjectNameException(String, Exception) | Initializes a new instance of the UnsupportedObjectNameException 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 | (Herdado de Exception.) | |
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 | |
---|---|---|
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 | (Herdado de Exception.) | |
SmoExceptionType | Gets the SMO exception type. (Substitui SmoException. . :: . .SmoExceptionType.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Consulte também