SmoException Class

Definition

The base class for all SMO exception classes.

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

Constructors

SmoException()

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

SmoException(SerializationInfo, StreamingContext)
SmoException(String)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

SmoException(String, Exception)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

Properties

HelpLink

Gets a link as string to the support web site.

ProdVer
SmoExceptionType

Gets or sets the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType.

Methods

SetHelpContext(String)

Applies to