C# Class Hangfire.Raven.DistributedLocks.RavenDistributedLockException

Inheritance: System.Exception
Afficher le fichier Open project: cady-io/hangfire-ravendb

Méthodes publiques

Méthode Description
RavenDistributedLockException ( string message ) : System

Creates exception

RavenDistributedLockException ( string message, Exception innerException ) : System

Creates exception with inner exception

Method Details

RavenDistributedLockException() public méthode

Creates exception
public RavenDistributedLockException ( string message ) : System
message string Exception message
Résultat System

RavenDistributedLockException() public méthode

Creates exception with inner exception
public RavenDistributedLockException ( string message, Exception innerException ) : System
message string Exception message
innerException System.Exception Inner exception
Résultat System