UnexpectedLengthPrefixValueException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UnexpectedLengthPrefixValueException(String) |
UnexpectedLengthPrefixValueException クラスの新しいインスタンスを初期化します。 |
UnexpectedLengthPrefixValueException(String, UInt32, UInt32) |
UnexpectedLengthPrefixValueException クラスの新しいインスタンスを初期化します。 |
UnexpectedLengthPrefixValueException(String)
UnexpectedLengthPrefixValueException クラスの新しいインスタンスを初期化します。
public UnexpectedLengthPrefixValueException (string message);
new Orleans.Serialization.UnexpectedLengthPrefixValueException : string -> Orleans.Serialization.UnexpectedLengthPrefixValueException
Public Sub New (message As String)
パラメーター
- message
- String
エラーを説明するメッセージ。
適用対象
UnexpectedLengthPrefixValueException(String, UInt32, UInt32)
UnexpectedLengthPrefixValueException クラスの新しいインスタンスを初期化します。
public UnexpectedLengthPrefixValueException (string typeName, uint expectedLength, uint actualLength);
new Orleans.Serialization.UnexpectedLengthPrefixValueException : string * uint32 * uint32 -> Orleans.Serialization.UnexpectedLengthPrefixValueException
Public Sub New (typeName As String, expectedLength As UInteger, actualLength As UInteger)
パラメーター
- typeName
- String
型の名前。
- expectedLength
- UInt32
予想される長さ。
- actualLength
- UInt32
実際の長さ。