Click or drag to resize

CodedIOExceptionToString Method

[This is preliminary documentation and is subject to change.]

Returns the fully qualified name of this exception, the HResult and possibly the error message, the name of the inner exception, and the stack trace.

Namespace:  NerdyDuck.CodedExceptions.IO
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public override string ToString()
View Source

Return Value

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

Implements

_ExceptionToString
See Also