Get a string representation of the exception detail and inner exception detail (if any)
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic |
|---|
Public Overrides Function ToString As String |
| Visual C++ |
|---|
public:
virtual String^ ToString() override |
| F# |
|---|
abstract ToString : unit -> string
override ToString : unit -> string |
Return Value
Type:
String[Missing <returns> documentation for "M:BrightstarDB.Dto.ExceptionDetailObject.ToString"]
See Also