SfcDependencyException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) | |
SfcDependencyException(String) |
Properties
HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
SmoExceptionType |
Methods
SetHelpContext(String) | (Inherited from SmoException) |