BaseVsaEngine.Error(VsaError) Method

Definition

Returns an error.

protected:
 Microsoft::Vsa::VsaException ^ Error(Microsoft::Vsa::VsaError vsaErrorNumber);
protected Microsoft.Vsa.VsaException Error (Microsoft.Vsa.VsaError vsaErrorNumber);
member this.Error : Microsoft.Vsa.VsaError -> Microsoft.Vsa.VsaException
Protected Function Error (vsaErrorNumber As VsaError) As VsaException

Parameters

vsaErrorNumber
VsaError

The error number to be returned.

Returns

An exception with the specified error number.

Applies to