言語

UnsupportedBufferDataTypeException クラス

定義

誤ったデータ型を含むバッファ列に値を割り当てた際に発生する例外です。

public ref class UnsupportedBufferDataTypeException : ApplicationException
[System.Serializable]
public class UnsupportedBufferDataTypeException : ApplicationException
[<System.Serializable>]
type UnsupportedBufferDataTypeException = class
    inherit ApplicationException
Public Class UnsupportedBufferDataTypeException
Inherits ApplicationException
継承
UnsupportedBufferDataTypeException
属性

注釈

この例外は、文字列データ型の列に Boolean が割り当てられている場合にスローされます。

この例外は、 PipelineBuffer クラスで現在サポートされていないデータ型を持つカラムにアクセスする場合にも発生します。

コンストラクター

名前 説明
UnsupportedBufferDataTypeException(String)

UnsupportedBufferDataTypeException クラスの新しいインスタンスを初期化します。

適用対象