[This is preliminary documentation and subject to change.]
Initializes a new instance of the InvalidVolumeException class.
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);
InvalidVolumeException Class | NAnt.Core Namespace