UnsupportedBufferDataTypeException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
誤ったデータ型を含むバッファ列に値を割り当てた際に発生する例外です。
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 クラスの新しいインスタンスを初期化します。 |