![]() |
The ExceptionDetail
class wraps an exception occuring on the service during command execution. The object is automatically generated by PureWeb.
Public Functions | |
const String & | Message () |
const String & | Runtime () |
const String & | StackTrace () |
String | ToString () |
Constructors and Destructors | |
ExceptionDetail () | |
ExceptionDetail (const String &message, const String &runtimeType, const String &stackTrace) | |
const String& Message | ( | ) |
Returns the content of the "message" part of the ExceptionDetail
object, expressed as a string.
The message information is a short description of what went wrong.
const String& Runtime | ( | ) |
Returns the content of the "runtimeType" part of the ExceptionDetail
object, expressed as a string.
The runtime type information provides details such as whether the application is running on 32-bit or 64-bit, the version of the runtime redistributable library, and so on.
const String& StackTrace | ( | ) |
Returns the content of the "stackTrace" part of the ExceptionDetail
object, expressed as a string.
|
inline |
Returns the full content of the ExceptionDetail
object, expressed as a string.
The string is in the format runtimeType + message + stackTrace.
© 2010 - 2018 Calgary Scientific Inc. All rights reserved. This documentation shall not wholly or in part, in any form or by any means, electronic, mechanical, including photocopying, be reproduced or transmitted without the authorized, written consent of Calgary Scientific.
Generated on Thu Jan 11 2018 03:59:08 for PureWeb C++ API by
1.8.11