NonConfigurableReadOnlyPropertyException Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Essa exceção é gerada quando tentamos configurar algumas propriedades somente leitura
[System.Serializable]
public sealed class NonConfigurableReadOnlyPropertyException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type NonConfigurableReadOnlyPropertyException = class
inherit DmfException
Public NotInheritable Class NonConfigurableReadOnlyPropertyException
Inherits DmfException
- Herança
- Atributos
Construtores
| Nome | Description |
|---|---|
| NonConfigurableReadOnlyPropertyException() |
Construtor |
| NonConfigurableReadOnlyPropertyException(String, Exception) |
Construtor base |
| NonConfigurableReadOnlyPropertyException(String, String, Exception) |
Construtor base com nome de propriedade adicional |
| NonConfigurableReadOnlyPropertyException(String) |
Construtor |
Propriedades
| Nome | Description |
|---|---|
| DmfExceptionType |
Tipo de exceção |
| HelpLink |
gerará um link para o site de ajuda (Herdado de DmfException) |
| Message |
Message |
| PropertyName |
Nome da propriedade |
Métodos
| Nome | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Auxiliar de serialização |
| Init() |
Inicializa as propriedades da instância (Herdado de DmfException) |
| SetHelpContext(String) |
Define o contexto de ajuda (Herdado de DmfException) |