AccidentalFish.ApplicationSupport.Azure.TableStorage.UnableToAcquireLeaseException.UnableToAcquireLeaseException C# (CSharp) Method

UnableToAcquireLeaseException() public method

public UnableToAcquireLeaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public UnableToAcquireLeaseException(string message, Exception innerException)
            : base(message, innerException)
        {
            
        }
    }
UnableToAcquireLeaseException