Paralect.ServiceBus.ServiceBus.GetLastException C# (CSharp) Method

GetLastException() public method

Return last exception or null if no exceptions
public GetLastException ( ) : Exception
return System.Exception
        public Exception GetLastException()
        {
            return _lastException;
        }