Compartir a través de


SmoException Miembros

The SmoException class represents the exception that is raised when an error occurs during an SMO operation.

El tipo SmoException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico SmoException() () () () Initializes a new instance of the SmoException class.
Método publico SmoException(String) Initializes a new instance of the SmoException class with the specified message.
Método protegido SmoException(SerializationInfo, StreamingContext) Initializes a new instance of the SmoException class with the specified serialization information and streaming context.
Método publico SmoException(String, Exception) Initializes a new instance of the SmoException class with the specified message and specified inner exception.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Se hereda de Exception).
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetHelpContext Sets the Help context value for the referenced exception.
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Invalida Exception. . :: . .HelpLink.)
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad protegidaMiembro estático ProdVer Gets the product version of the instance of SQL Server that generated the SMO exception.
Propiedad pública SmoExceptionType Gets the type of SMO exception.
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio