This execption is thrown if an API method fails to execute successfully
Namespace: Dynmark.Services.API.Exceptions
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class ApiExecutionException Inherits ApiException |
| C# |
|---|
| public class ApiExecutionException : ApiException |
| C++ |
|---|
| ref class ApiExecutionException : ApiException |
| J# |
|---|
| public class ApiExecutionException extends ApiException |
| JScript |
|---|
| public class ApiExecutionException extends ApiException |
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Dynmark.Services.API.Exceptions.ApiException
Dynmark.Services.API.Exceptions.ApiExecutionException
System.Exception
System.ApplicationException
Dynmark.Services.API.Exceptions.ApiException
Dynmark.Services.API.Exceptions.ApiExecutionException
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.