NAnt SDK Documentation - v0.92

BuildException Constructor (SerializationInfo, StreamingContext)

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

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

Parameters

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

See Also

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