Compartir a través de


Clase FailedOperationException

The FailedOperationException class represents the exception raised when an operation fails. Failed database operations include CREATE, DROP, ALTER, SCRIPT, REFRESH, RENAME. This exception can also be raised when some of the public methods in SMO fail.

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Smo.SmoException
        Microsoft.SqlServer.Management.Smo.FailedOperationException

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class FailedOperationException _
    Inherits SmoException
'Uso
Dim instance As FailedOperationException
[SerializableAttribute]
public sealed class FailedOperationException : SmoException
[SerializableAttribute]
public ref class FailedOperationException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type FailedOperationException =  
    class 
        inherit SmoException 
    end
public final class FailedOperationException extends SmoException

El tipo FailedOperationException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público FailedOperationException() Initializes a new instance of the FailedOperationException class.
Método público FailedOperationException(String) Initializes a new instance of the FailedOperationException class that has the specified message.
Método público FailedOperationException(String, Exception) Initializes a new instance of the FailedOperationException class that has the specified message and inner exception.
Método público FailedOperationException(String, Object, Exception) Initializes a new instance of the FailedOperationException class with the specified object on which the specified operation failed and that has the specified inner exception.
Método público FailedOperationException(String, Object, Exception, String) Initializes a new instance of the FailedOperationException class that has the specified object on which the specified operation failed, and that has the specified inner exception and reason for occurring.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública FailedObject Gets or sets the object on which the operation failed.
Propiedad pública HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Se hereda de SmoException.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message Gets the message text that explains the exception. (Invalida Exception.Message.)
Propiedad pública Operation Gets or sets the operation that failed.
Propiedad pública SmoExceptionType Gets the exception type. (Invalida SmoException.SmoExceptionType.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Override based on the virtual SerializationInfo method GetObjectData. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Se hereda de Exception.)
Método protegido SetHelpContext Sets the Help context value for the referenced exception. (Se hereda de SmoException.)
Método público ToString (Se hereda de Exception.)

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Controlar excepciones SMO

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo