AcManager.Tools.AcErrors.AcError.MessageFromType C# (CSharp) 메소드

MessageFromType() 개인적인 정적인 메소드

private static MessageFromType ( AcErrorType type ) : string
type AcErrorType
리턴 string
        private static string MessageFromType(AcErrorType type) {
            return type.GetDescription() ?? @"?";
        }