SfcInvalidRenameException Class

Definition

This exception is thrown when an invalid rename is attempted.

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

Constructors

Name Description
SfcInvalidRenameException()
SfcInvalidRenameException(String, Exception)
SfcInvalidRenameException(String)

Properties

Name Description
HelpLink (Inherited from SfcException)

Methods

Name Description
SetHelpContext(String) (Inherited from SfcException)

Applies to