ActiveDirectoryBlogpost.Foundation.Errors.UserNotFoundException.UserNotFoundException C# (CSharp) Méthode

UserNotFoundException() public méthode

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

Same methods

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