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

InvalidVolumeException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the InvalidVolumeException class.

Overload List

Initializes a new instance of the InvalidVolumeException class.

public InvalidVolumeException();

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

protected InvalidVolumeException(SerializationInfo,StreamingContext);

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

public InvalidVolumeException(string);

Initializes a new instance of the InvalidVolumeException class with the specified descriptive message and inner exception.

public InvalidVolumeException(string,Exception);

Initializes a new instance of the InvalidVolumeException class with the specified Uri.

public InvalidVolumeException(Uri);

See Also

InvalidVolumeException Class | NAnt.Core Namespace