Click or drag to resize
UserCreatedException Class
Exception representing a create user failure.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesUserCreatedException

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public class UserCreatedException : Exception

The UserCreatedException type exposes the following members.

Constructors
  NameDescription
Public methodUserCreatedException
Initializes a new instance of the UserCreatedException class.
Top
Properties
  NameDescription
Public propertyReason
The reason for the feature failure.
Top
See Also