BgApiDriver.BgApiException.BgApiException C# (CSharp) 메소드

BgApiException() 공개 메소드

public BgApiException ( string msg ) : System
msg string
리턴 System
        public BgApiException(string msg) : base(msg) { }
    }
BgApiException