Click or drag to resize

NotAuthorizedException Class

Thrown when an API consumer who does not have proper user rights attempts to connect to an xTend API Integration server.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class NotAuthorizedException : xTendExceptionBase
Constructors
  NameDescription
Public methodNotAuthorizedException
Initializes a new instance of the NotAuthorizedException class.
Public methodNotAuthorizedException(String)
Initializes a new instance of the NotAuthorizedException class with a specified error message.
Public methodNotAuthorizedException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotAuthorizedException class with serialized data.
Top
See Also