SfcException 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 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, Exception) | |
SfcException(String) |
Properties
HelpLink | |
ProdVer |
Methods
SetHelpContext(String) |