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


Класс ExtractValidationException

The ExtractValidationException class represents an exception thrown during a validation operation.

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод ExtractValidationException(String) Initializes a new instance of the ExtractValidationException class with the specified error message.
Открытый метод ExtractValidationException(String, Exception) Initializes a new instance of the ExtractValidationException class that has the specified message text and inner exception.

В начало

Свойства

  Имя Описание
Открытое свойство DacExceptionType Gets the type of the exception. (Производный от DacException.)
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink Gets a string with the URL help link that further explains the exception. (Производный от DacException.)
Защищенное свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

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

В начало

Замечания

This is the base abstract class for all validation exceptions.

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

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