SqlScriptPublishException 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
SqlScriptPublishException(String) |
Constructs a new SqlScriptPublishException with the given message |
SqlScriptPublishException(String, Exception) |
Constructs a new SqlScriptPublishException with the given message and inner exception |
SqlScriptPublishException(String)
Constructs a new SqlScriptPublishException with the given message
public SqlScriptPublishException (string message);
new Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptPublishException : string -> Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptPublishException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SqlScriptPublishException(String, Exception)
Constructs a new SqlScriptPublishException with the given message and inner exception
public SqlScriptPublishException (string message, Exception innerException);
new Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptPublishException : string * Exception -> Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptPublishException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception