C# 클래스 Hangfire.Mongo.DistributedLock.MongoDistributedLockException

상속: System.Exception
파일 보기 프로젝트 열기: Trov/Hangfire.Mongo

공개 메소드들

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

Creates exception

MongoDistributedLockException ( string message, Exception innerException ) : System

Creates exception with inner exception

메소드 상세

MongoDistributedLockException() 공개 메소드

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

MongoDistributedLockException() 공개 메소드

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