C# 클래스 Hangfire.Raven.DistributedLocks.RavenDistributedLockException

상속: System.Exception
파일 보기 프로젝트 열기: cady-io/hangfire-ravendb

공개 메소드들

메소드 설명
RavenDistributedLockException ( string message ) : System

Creates exception

RavenDistributedLockException ( string message, Exception innerException ) : System

Creates exception with inner exception

메소드 상세

RavenDistributedLockException() 공개 메소드

Creates exception
public RavenDistributedLockException ( string message ) : System
message string Exception message
리턴 System

RavenDistributedLockException() 공개 메소드

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