Clase SfcInvalidConnectionContextModeChangeException
The exception that is thrown when a connection context mode change that is not valid is attempted. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class SfcInvalidConnectionContextModeChangeException _
Inherits SfcException
'Uso
Dim instance As SfcInvalidConnectionContextModeChangeException
[SerializableAttribute]
public sealed class SfcInvalidConnectionContextModeChangeException : SfcException
[SerializableAttribute]
public ref class SfcInvalidConnectionContextModeChangeException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcInvalidConnectionContextModeChangeException =
class
inherit SfcException
end
public final class SfcInvalidConnectionContextModeChangeException extends SfcException
El tipo SfcInvalidConnectionContextModeChangeException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SfcInvalidConnectionContextModeChangeException() | Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcInvalidConnectionContextModeChangeException(String, String) | Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class with the specified connection context modes. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
SfcInvalidConnectionContextModeChangeException(String, String, Exception) | Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class with the specified connection context modes and a reference to the inner exception that is the cause of this exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | Gets a link to the help file associated with this exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcException.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | Gets the error message. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida Exception.Message.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Sets the SerializationInfo object with information about the exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception.) | |
SetHelpContext | Sets the help context value for the referenced exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcException.) | |
ToString | (Se hereda de Exception.) |
Arriba
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.