AccidentalFish.ApplicationSupport.Azure.TableStorage.UnableToAcquireLeaseException.UnableToAcquireLeaseException C# (CSharp) Méthode

UnableToAcquireLeaseException() public méthode

public UnableToAcquireLeaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System
        public UnableToAcquireLeaseException(string message, Exception innerException)
            : base(message, innerException)
        {
            
        }
    }
UnableToAcquireLeaseException