SfcDependencyException Class

Definition

This exception gets thrown when a dependency operation failed TODO: this will move to SFC once we have generalized the dependency classes (see SfcDependencyDiscovery.cs).

[System.Serializable]
public sealed class SfcDependencyException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type SfcDependencyException = class
    inherit SmoException
Public NotInheritable Class SfcDependencyException
Inherits SmoException
Inheritance
Attributes

Constructors

SfcDependencyException()
SfcDependencyException(String)
SfcDependencyException(String, Exception)

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
SmoExceptionType

Methods

SetHelpContext(String) (Inherited from SmoException)

Applies to