ScriptWriterException 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.
The exception thrown when script writing fails.
[System.Serializable]
public sealed class ScriptWriterException : Microsoft.SqlServer.Management.Smo.SmoException
type ScriptWriterException = class
inherit SmoException
Public NotInheritable Class ScriptWriterException
Inherits SmoException
- Inheritance
- Attributes
-
SerializableAttribute SerializableAttribute
Constructors
| ScriptWriterException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException. |
| ScriptWriterException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException. |
| ScriptWriterException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.ScriptWriterException. |
Properties
| HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
| SmoExceptionType |
Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration. |
Methods
| SetHelpContext(String) | (Inherited from SmoException) |