CodedExceptionToString 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
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
View SourceReturn Value
Type:
StringThe 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