.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    GetObjectData Method

    GetObjectData(SerializationInfo, StreamingContext)

    When overridden in a derived class, sets the SerializationInfo with information about the exception.

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

    Overrides
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exceptions
    ArgumentNullException

    The info parameter is a null reference (Nothing in Visual Basic).

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.