FileNotFoundException: Source (let)

Source

Sets a description of the source of the exception.



 Public Property Let Source(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. A description of the source of the exception.

Remarks

The source of an exception generally will contain the name of the function being called when the exception was thrown. This is to help narrow down exactly where the exception had occurred.

Read/Write.

See Also

Project CorLib Overview

Class FileNotFoundException Overview