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 クラスの新しいインスタンスを初期化します。

適用対象