Click or drag to resize
FileNotFoundException.ToString Method
Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
The fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.
See Also