SqlScriptPublishException Class
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.
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, Exception) |
Constructs a new SqlScriptPublishException with the given message and inner exception |
SqlScriptPublishException(String) |
Constructs a new SqlScriptPublishException with the given message |