CClash.CClashErrorException.CClashErrorException C# (CSharp) Method

CClashErrorException() public method

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