Класс InvalidScriptingOptionException
The InvalidScriptingOptionException represents an exception due to an invalid scripting option.
Иерархия наследования
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.InvalidScriptingOptionException
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class InvalidScriptingOptionException _
Inherits SmoException
'Применение
Dim instance As InvalidScriptingOptionException
[SerializableAttribute]
public sealed class InvalidScriptingOptionException : SmoException
[SerializableAttribute]
public ref class InvalidScriptingOptionException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidScriptingOptionException =
class
inherit SmoException
end
public final class InvalidScriptingOptionException extends SmoException
Тип InvalidScriptingOptionException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
InvalidScriptingOptionException() | Initializes a new instance of InvalidScriptingOptionException. |
![]() |
InvalidScriptingOptionException(String) | Initializes a new instance of InvalidScriptingOptionException, specifying the message to associate with this instance. |
![]() |
InvalidScriptingOptionException(String, Exception) | Initializes a new instance of InvalidScriptingOptionException, specifying the message to associate with this instance as well as the exception which caused this InvalidScriptingOptionException. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Data | (Производный от Exception.) |
![]() |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Производный от SmoException.) |
![]() |
HResult | (Производный от Exception.) |
![]() |
InnerException | (Производный от Exception.) |
![]() |
Message | (Производный от Exception.) |
![]() |
SmoExceptionType | Gets the SmoExceptionType associated with this exception. (Переопределяет SmoException.SmoExceptionType.) |
![]() |
Source | (Производный от Exception.) |
![]() |
StackTrace | (Производный от Exception.) |
![]() |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetBaseException | (Производный от Exception.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | Важный элемент безопасности. (Производный от Exception.) |
![]() |
GetType | (Производный от Exception.) |
![]() |
SetHelpContext | Sets the Help context value for the referenced exception. (Производный от SmoException.) |
![]() |
ToString | (Производный от Exception.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.