C# Class Hangfire.Raven.DistributedLocks.RavenDistributedLockException

Inheritance: System.Exception
Datei anzeigen Open project: cady-io/hangfire-ravendb

Public Methods

Method Description
RavenDistributedLockException ( string message ) : System

Creates exception

RavenDistributedLockException ( string message, Exception innerException ) : System

Creates exception with inner exception

Method Details

RavenDistributedLockException() public method

Creates exception
public RavenDistributedLockException ( string message ) : System
message string Exception message
return System

RavenDistributedLockException() public method

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