API.Exceptions.CustomerInconsistencyException.CustomerInconsistencyException C# (CSharp) Method

CustomerInconsistencyException() public method

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