InvalidScriptingOptionException Class

Definition

This exception gets thrown when invalid scripting options are set

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

Constructors

InvalidScriptingOptionException()
InvalidScriptingOptionException(String)
InvalidScriptingOptionException(String, Exception)

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
SmoExceptionType

Methods

SetHelpContext(String) (Inherited from SmoException)

Applies to