SfcPropertyReadOnlyException Class

Definition

This exception gets thrown when trying to set a readonly property

[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
Inheritance
SfcPropertyReadOnlyException
Attributes

Constructors

SfcPropertyReadOnlyException()
SfcPropertyReadOnlyException(String)

Properties

HelpLink (Inherited from SfcException)
Message

Methods

SetHelpContext(String) (Inherited from SfcException)

Applies to