BuildMaster SDK Reference
Version:

UserNotFoundException Class

Represents a failure to find the user in the specified user directory.

Inheritance Hierarchy

  • object
    • System.Exception
      • Inedo.BuildMaster.Web.Security.UserNotFoundException

Syntax

public class UserNotFoundException : System.Exception, System.Runtime.Serialization.ISerializable

Constructors

Name Description
UserNotFoundException(string userName, string directoryName)

Initializes a new instance of the UserNotFoundException class.

Properties

Name Description
DirectoryName

The name of the user directory.

UserName

The user name missing from the directory.