CClash.CClashErrorException.CClashErrorException C# (CSharp) Méthode

CClashErrorException() public méthode

public CClashErrorException ( string fmt ) : System
fmt string
Résultat System
        public CClashErrorException(string fmt, params object[] args)
            : base(string.Format(fmt, args))
        {
        }
    }
CClashErrorException