Arcadia.Ask.Auth.UserWasNotFoundException.UserWasNotFoundException C# (CSharp) Method

UserWasNotFoundException() public method

public UserWasNotFoundException ( ) : System
return System
        public UserWasNotFoundException() : base("User was not found")
        {
        }
    }
UserWasNotFoundException