Camunda.ExternalTask.Client.TopicManager.UnrecoverableBusinessErrorException.UnrecoverableBusinessErrorException C# (CSharp) Method

UnrecoverableBusinessErrorException() public method

public UnrecoverableBusinessErrorException ( string businessErrorCode, string message ) : System
businessErrorCode string
message string
return System
        public UnrecoverableBusinessErrorException(string businessErrorCode, string message)
        : base(message)
        {
            BusinessErrorCode = businessErrorCode;
        }
UnrecoverableBusinessErrorException