Felbook.Models.UserException.UserException C# (CSharp) Method

UserException() public method

public UserException ( string message ) : System
message string
return System
        public UserException(string message)
            : base(message)
        {
        }
UserException