BgApiDriver.BgApiException.BgApiException C# (CSharp) Method

BgApiException() public method

public BgApiException ( string msg ) : System
msg string
return System
        public BgApiException(string msg) : base(msg) { }
    }
BgApiException