Cares.ExceptionHandling.CaresException.CaresException C# (CSharp) Method

CaresException() public method

Initializes a new instance of Cares Exception
public CaresException ( string message ) : System
message string
return System
        public CaresException(string message): base(message)
        {            
        }
        /// <summary>

Same methods

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