Class RequiresAppException
- Namespace
- OpenServiceBroker.Errors
- Assembly
- OpenServiceBroker.Model.dll
The request body is missing the AppGuid field.
public class RequiresAppException : BrokerException, ISerializable
- Inheritance
-
RequiresAppException
- Implements
- Inherited Members
- Extension Methods
Constructors
RequiresAppException()
public RequiresAppException()
RequiresAppException(string)
The request body is missing the AppGuid field.
public RequiresAppException(string message)
Parameters
message
string
Fields
ErrorCode
public const string ErrorCode = "RequiresApp"