ARCed.ARCedException.ARCedException C# (CSharp) Метод

ARCedException() публичный Метод

Default constructor
public ARCedException ( string message ) : System
message string Exception message
Результат System
        public ARCedException(string message)
            : base(message)
        {
        }
ARCedException