InternalSmoErrorException Class

Definition

The exception thrown when there is an internal error with a T:Microsoft.SqlServer.Management.Smo object.

[System.Serializable]
public sealed class InternalSmoErrorException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type InternalSmoErrorException = class
    inherit SmoException
Public NotInheritable Class InternalSmoErrorException
Inherits SmoException
Inheritance
Attributes

Constructors

InternalSmoErrorException()

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String)

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String, Exception)

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
SmoExceptionType

Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration.

Methods

SetHelpContext(String) (Inherited from SmoException)

Applies to