다음을 통해 공유


WrappedException 생성자

정의

오버로드

WrappedException(String)

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

WrappedException(SerializationInfo, StreamingContext)
사용되지 않음.

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

WrappedException(String)

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

public WrappedException (string message);
new Orleans.Runtime.WrappedException : string -> Orleans.Runtime.WrappedException
Public Sub New (message As String)

매개 변수

message
String

메시지입니다.

적용 대상

WrappedException(SerializationInfo, StreamingContext)

주의

이 API는 이제 사용되지 않습니다.

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

protected WrappedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected WrappedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Runtime.WrappedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.WrappedException
[<System.Obsolete>]
new Orleans.Runtime.WrappedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.WrappedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

serialization 정보입니다.

context
StreamingContext

컨텍스트입니다.

특성

예외

클래스 이름이 null 이거나 HResult 가 0입니다.

infonull입니다.

적용 대상