ScriptWriterException Class

Definition

The exception thrown when script writing fails.

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

Constructors

ScriptWriterException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException.

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