Поделиться через


Класс UtilityException

The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Utility..::..UtilityException

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class UtilityException _
    Inherits SqlServerManagementException
'Применение
Dim instance As UtilityException
[SerializableAttribute]
public class UtilityException : SqlServerManagementException
[SerializableAttribute]
public ref class UtilityException : public SqlServerManagementException
[<SerializableAttribute>]
type UtilityException =  
    class
        inherit SqlServerManagementException
    end
public class UtilityException extends SqlServerManagementException

Тип UtilityException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод UtilityException() () () () Initializes a new, default instance of the UtilityException class with the default property values.
Открытый метод UtilityException(String) Initializes a new, default instance of the UtilityException class with the specified error message.
Защищенный метод UtilityException(SerializationInfo, StreamingContext) Initializes a new, default instance of the UtilityException class with serialized data.
Открытый метод UtilityException(String, Exception) Initializes a new, default instance of the UtilityException class with the specified error message and inner exception.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink Gets a link to the SQL Server Help Web site. (Переопределяет Exception. . :: . .HelpLink.)
Защищенное свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Защищенное свойствоСтатический элемент ProdVer Gets the product version of SQL Server.
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод Init Initializes the exception properties.
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetHelpContext Defines the Help context identifier for the exception.
Открытый метод ToString (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.