MutationException.GetObjectData Method

GeneticSharp

MutationException GetObjectData Method GeneticSharp
Sets the OnlineSerializationInfo with information about the exception.

Namespace: GeneticSharp.Domain.Mutations
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

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

Parameters

info
Type: OnlineSystem.Runtime.Serialization SerializationInfo
The OnlineSerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: OnlineSystem.Runtime.Serialization StreamingContext
The OnlineStreamingContext that contains contextual information about the source or destination.

Implements

OnlineISerializable GetObjectData(SerializationInfo, StreamingContext)
Online_Exception GetObjectData(SerializationInfo, StreamingContext)
See Also