ActiveDirectoryBlogpost.Foundation.Errors.UserNotFoundException.UserNotFoundException C# (CSharp) Method

UserNotFoundException() public method

Initializes a new instance of the UserNotFoundException class.
public UserNotFoundException ( string message ) : System
message string /// The message. ///
return System
        public UserNotFoundException(string message)
            : base(message)
        {
        }

Same methods

UserNotFoundException::UserNotFoundException ( string message, Exception innerException ) : System
UserNotFoundException