ExceptionBase: ErrorNumber (let)

ErrorNumber

Sets the VB error number for this exception instance.



 Public Property Let ErrorNumber(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The new VB error number to set this instance to.

Remarks

This is equivelant to the Err.Number value.

Read/Write.

See Also

Project CorLib Overview

Class ExceptionBase Overview