Lenguaje

AdapterAlreadyExistsException Clase

Definición

Esta excepción se produce cuando el generador de adaptadores encuentra ya el par {interface; object} registrado

[System.Serializable]
public sealed class AdapterAlreadyExistsException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type AdapterAlreadyExistsException = class
    inherit DmfException
Public NotInheritable Class AdapterAlreadyExistsException
Inherits DmfException
Herencia
AdapterAlreadyExistsException
Atributos

Constructores

Nombre Description
AdapterAlreadyExistsException()

Constructor base

AdapterAlreadyExistsException(String, Exception)

Constructor base

AdapterAlreadyExistsException(String, String)

Constructor

AdapterAlreadyExistsException(String)

Constructor base

Propiedades

Nombre Description
DmfExceptionType

Tipo de excepción

HelpLink

generará un vínculo al sitio web de ayuda.

(Heredado de DmfException)
Interface

Nombre de la interfaz

Message

Mensaje

ObjectType

Nombre del tipo de objeto

Métodos

Nombre Description
GetObjectData(SerializationInfo, StreamingContext)

Asistente de serialización

Init()

Inicializa las propiedades de la instancia.

(Heredado de DmfException)
SetHelpContext(String)

Establecer contexto de ayuda

(Heredado de DmfException)

Se aplica a