다음을 통해 공유


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

실제 길이입니다.

적용 대상