BCXAPI.Exceptions.BaseException.BaseException C# (CSharp) Method

BaseException() public method

public BaseException ( string message ) : System
message string
return System
        public BaseException(string message)
            : base(message)
        {
        }
BaseException