This execption is thrown when arguments or parameters passed to any given method are missing or invalid
Namespace: Dynmark.Services.API.Exceptions
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class ApiArgumentException Inherits ApiException |
| C# |
|---|
| public class ApiArgumentException : ApiException |
| C++ |
|---|
| ref class ApiArgumentException : ApiException |
| J# |
|---|
| public class ApiArgumentException extends ApiException |
| JScript |
|---|
| public class ApiArgumentException extends ApiException |
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Dynmark.Services.API.Exceptions.ApiException
Dynmark.Services.API.Exceptions.ApiArgumentException
System.Exception
System.ApplicationException
Dynmark.Services.API.Exceptions.ApiException
Dynmark.Services.API.Exceptions.ApiArgumentException
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.