Freigeben über


UnsupportedBufferDataTypeException-Klasse

The exception that is thrown when assigning a value to a buffer column that contains the incorrect data type.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedBufferDataTypeException

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class UnsupportedBufferDataTypeException _
    Inherits ApplicationException
'Usage
Dim instance As UnsupportedBufferDataTypeException
[SerializableAttribute]
public class UnsupportedBufferDataTypeException : ApplicationException
[SerializableAttribute]
public ref class UnsupportedBufferDataTypeException : public ApplicationException
[<SerializableAttribute>]
type UnsupportedBufferDataTypeException =  
    class
        inherit ApplicationException
    end
public class UnsupportedBufferDataTypeException extends ApplicationException

Der UnsupportedBufferDataTypeException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode UnsupportedBufferDataTypeException Initializes a new instance of the UnsupportedBufferDataTypeException class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Hinweise

This exception is thrown if a Boolean is assigned to a string data type column.

This exception can also occur when accessing a column that has a data type that is not currently supported by the PipelineBuffer class.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.