SfcInvalidKeyChainException Class

Definition

This exception gets thrown when a key chain is set on an object but the parent is already set to a different parent than the keychain parent

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

Constructors

SfcInvalidKeyChainException()
SfcInvalidKeyChainException(Exception)
SfcInvalidKeyChainException(String)
SfcInvalidKeyChainException(String, Exception)

Properties

HelpLink (Inherited from SfcException)
Message

Methods

SetHelpContext(String) (Inherited from SfcException)

Applies to