SfcPropertyReadOnlyException Clase

Definición

Esta excepción se produce al intentar establecer una propiedad readonly.

[System.Serializable]
public sealed class SfcPropertyReadOnlyException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcPropertyReadOnlyException = class
    inherit SfcException
Public NotInheritable Class SfcPropertyReadOnlyException
Inherits SfcException
Herencia
SfcPropertyReadOnlyException
Atributos

Constructores

Nombre Description
SfcPropertyReadOnlyException()

Esta excepción se produce al intentar establecer una propiedad readonly.

SfcPropertyReadOnlyException(String)

Esta excepción se produce al intentar establecer una propiedad readonly.

Propiedades

Nombre Description
HelpLink

Esta excepción se produce al intentar establecer una propiedad readonly.

(Heredado de SfcException)
Message

Esta excepción se produce al intentar establecer una propiedad readonly.

Métodos

Nombre Description
SetHelpContext(String)

Esta excepción se produce al intentar establecer una propiedad readonly.

(Heredado de SfcException)

Se aplica a