CClash.CClashErrorException.CClashErrorException C# (CSharp) 메소드

CClashErrorException() 공개 메소드

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