Click or drag to resize

RoleNotFoundException Class

Thrown when the specified security role does not exist.
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 RoleNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodRoleNotFoundException
Initializes a new instance of the RoleNotFoundException class.
Public methodRoleNotFoundException(String)
Initializes a new instance of the RoleNotFoundException class with a specified error message.
Public methodRoleNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the RoleNotFoundException class with serialized data.
Top
See Also