BuildException.

GetObjectData(SerializationInfo, StreamingContext) Method

Summary

Serializes this object into the System.Runtime.Serialization.SerializationInfo provided.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildException

Syntax

[SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(SerializationInfo info, StreamingContext context)

Attributes

Type Description
SecurityPermissionAttribute

Parameters

Name Type Description
info SerializationInfo The System.Runtime.Serialization.SerializationInfo to populate with data.
context StreamingContext The destination for this serialization.

Return Value

Type Description
void