C# Class Hangfire.Mongo.DistributedLock.MongoDistributedLockException

Inheritance: System.Exception
Afficher le fichier Open project: Trov/Hangfire.Mongo

Méthodes publiques

Méthode Description
MongoDistributedLockException ( string message ) : System

Creates exception

MongoDistributedLockException ( string message, Exception innerException ) : System

Creates exception with inner exception

Method Details

MongoDistributedLockException() public méthode

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

MongoDistributedLockException() public méthode

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