NAnt SDK Documentation - v0.85-nightly-2005-11-09

InvalidVolumeException Constructor (String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the InvalidVolumeException class with a descriptive message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public InvalidVolumeException(
   string message
);

Parameters

message
A descriptive message to include with the exception.

Remarks

Missing <remarks> documentation for M:NAnt.Core.InvalidVolumeException.#ctor(System.String)

See Also

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