Classe ScriptWriterException
Represents an exception which occurred when trying to write a script.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.ScriptWriterException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class ScriptWriterException _
Inherits SmoException
'Uso
Dim instance As ScriptWriterException
[SerializableAttribute]
public sealed class ScriptWriterException : SmoException
[SerializableAttribute]
public ref class ScriptWriterException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ScriptWriterException =
class
inherit SmoException
end
public final class ScriptWriterException extends SmoException
O tipo ScriptWriterException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScriptWriterException() | Initializes a new instance of the ScriptWriterException class. | |
ScriptWriterException(String) | Initializes a new instance of the ScriptWriterException class, specifying the exception message. | |
ScriptWriterException(String, Exception) | Initializes a new instance of the ScriptWriterException class, specifying the exception message, and the exception which caused the exception. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
SmoExceptionType | Gets the SmoExceptionType associated with the ScriptWriterException. (Substitui SmoException.SmoExceptionType.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Herdado de SmoException.) | |
ToString | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.