SafeSerializationEventArgs 클래스

정의

주의

Formatter-based serialization is obsolete and should not be used.

이벤트에 대한 SerializeObjectState 데이터를 제공합니다.

public ref class SafeSerializationEventArgs sealed : EventArgs
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class SafeSerializationEventArgs : EventArgs
public sealed class SafeSerializationEventArgs : EventArgs
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SafeSerializationEventArgs = class
    inherit EventArgs
type SafeSerializationEventArgs = class
    inherit EventArgs
Public NotInheritable Class SafeSerializationEventArgs
Inherits EventArgs
상속
SafeSerializationEventArgs
특성

설명

이 이벤트는 보안 투명 코드에 사용자 지정 데이터가 포함된 예외를 serialize할 때 발생합니다.

자세한 내용과 예제는 클래스를 참조하세요 ISafeSerializationData .

속성

Name Description
StreamingContext
사용되지 않음.

serialize된 스트림의 원본 및 대상을 설명하는 개체를 가져오거나 설정합니다.

메서드

Name Description
AddSerializedState(ISafeSerializationData)
사용되지 않음.

예외의 상태를 저장합니다.

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상