ARCed.ARCedException.ARCedException C# (CSharp) Method

ARCedException() public method

Default constructor
public ARCedException ( string message ) : System
message string Exception message
return System
        public ARCedException(string message)
            : base(message)
        {
        }
ARCedException