SfcException Class

Definition

This is the base class for all SFC exceptions. Never throw this exception directly.

TODO: Left the Serializable flag in and the FxCop directives. We need to apply these to all other exception classes (next improvement).

[System.Serializable]
public class SfcException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type SfcException = class
    inherit SqlServerManagementException
Public Class SfcException
Inherits SqlServerManagementException
Inheritance
Derived
Attributes

Constructors

SfcException()
SfcException(SerializationInfo, StreamingContext)
SfcException(String)
SfcException(String, Exception)

Properties

HelpLink
ProdVer

Methods

SetHelpContext(String)

Applies to