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

Name Description
SfcPropertyReadOnlyException()
SfcPropertyReadOnlyException(String)

Properties

Name Description
HelpLink (Inherited from SfcException)
Message

Methods

Name Description
SetHelpContext(String) (Inherited from SfcException)

Applies to