SafeSerializationEventArgs 클래스

정의

주의

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

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

public ref class SafeSerializationEventArgs sealed : 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}")]
public sealed class SafeSerializationEventArgs : EventArgs
type SafeSerializationEventArgs = class
    inherit 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
Public NotInheritable Class SafeSerializationEventArgs
Inherits EventArgs
상속
SafeSerializationEventArgs
특성

설명

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

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

속성

StreamingContext
사용되지 않음.

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

메서드

AddSerializedState(ISafeSerializationData)
사용되지 않음.

예외 상태를 저장합니다.

Equals(Object)
사용되지 않음.

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

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

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상