Share via


SqlScriptPublishException Class

Definition

Exception that is raised when script generation fails

public class SqlScriptPublishException : Exception
type SqlScriptPublishException = class
    inherit Exception
Public Class SqlScriptPublishException
Inherits Exception
Inheritance
SqlScriptPublishException

Constructors

SqlScriptPublishException(String)

Constructs a new SqlScriptPublishException with the given message

SqlScriptPublishException(String, Exception)

Constructs a new SqlScriptPublishException with the given message and inner exception

Applies to