BadRpcHeaderException 생성자

정의

오버로드

BadRpcHeaderException(String)

BadRpcHeaderException 클래스의 새 인스턴스를 초기화합니다.

BadRpcHeaderException(SerializationInfo, StreamingContext)

BadRpcHeaderException 클래스의 새 인스턴스를 초기화합니다.

BadRpcHeaderException(String, Exception)

BadRpcHeaderException 클래스의 새 인스턴스를 초기화합니다.

BadRpcHeaderException(String)

BadRpcHeaderException 클래스의 새 인스턴스를 초기화합니다.

public BadRpcHeaderException (string message);
public BadRpcHeaderException (string? message);
new StreamJsonRpc.BadRpcHeaderException : string -> StreamJsonRpc.BadRpcHeaderException
Public Sub New (message As String)

매개 변수

message
String

메시지입니다.

적용 대상

BadRpcHeaderException(SerializationInfo, StreamingContext)

BadRpcHeaderException 클래스의 새 인스턴스를 초기화합니다.

protected BadRpcHeaderException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.BadRpcHeaderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.BadRpcHeaderException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

Serialization 정보입니다.

context
StreamingContext

스트리밍 컨텍스트.

적용 대상

BadRpcHeaderException(String, Exception)

BadRpcHeaderException 클래스의 새 인스턴스를 초기화합니다.

public BadRpcHeaderException (string message, Exception innerException);
public BadRpcHeaderException (string? message, Exception? innerException);
new StreamJsonRpc.BadRpcHeaderException : string * Exception -> StreamJsonRpc.BadRpcHeaderException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

메시지입니다.

innerException
Exception

내부 예외입니다.

적용 대상