NAnt SDK Documentation - v0.92

XmlLogger Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the XmlLogger class with serialized data.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
protected XmlLogger(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo that holds the serialized object data.
context
The StreamingContext that contains contextual information about the source or destination.

See Also

XmlLogger Class | NAnt.Core Namespace | XmlLogger Constructor Overload List