次の方法で共有


UnexpectedLengthPrefixValueException コンストラクター

定義

オーバーロード

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

実際の長さ。

適用対象