DmfException Class

Definition

Base exception class for all SMO exception classes

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

Constructors

DmfException()

Base constructor

DmfException(SerializationInfo, StreamingContext)

Base constructor

DmfException(String)

Base constructor

DmfException(String, Exception)

Base constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

ProdVer

Product Version

Methods

Init()

Initializes instance properties

SetHelpContext(String)

Sets Help Context

Applies to