CUITe.Controls.GenericException.GenericException C# (CSharp) Method

GenericException() public method

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