InvalidScriptingOptionException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InvalidScriptingOptionException() | |
InvalidScriptingOptionException(String) | |
InvalidScriptingOptionException(String, Exception) |
InvalidScriptingOptionException()
public InvalidScriptingOptionException ();
Public Sub New ()
Applies to
InvalidScriptingOptionException(String)
public InvalidScriptingOptionException (string message);
new Microsoft.SqlServer.Management.Smo.InvalidScriptingOptionException : string -> Microsoft.SqlServer.Management.Smo.InvalidScriptingOptionException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InvalidScriptingOptionException(String, Exception)
public InvalidScriptingOptionException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.InvalidScriptingOptionException : string * Exception -> Microsoft.SqlServer.Management.Smo.InvalidScriptingOptionException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception