ARCed.ARCedException.ARCedException C# (CSharp) Méthode

ARCedException() public méthode

Default constructor
public ARCedException ( string message ) : System
message string Exception message
Résultat System
        public ARCedException(string message)
            : base(message)
        {
        }
ARCedException