ArgumentNullException: ToString

ToString

Returns the exception message prepended with the type name of the Subclass Exception.



 Public Function ToString ( ) As String

Return Values

String -  A formatted message containing the original message and possible type of exception.

Remarks

A general format might look like this:
VBCorLib.SystemException: An Error has occurred.

A listing of all inner exceptions will be included in the return value.

See Also

Project CorLib Overview

Class ArgumentNullException Overview