FileNotFoundExceptionToString 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.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringThe fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.
See Also