C# 클래스 Liphsoft.Crypto.Argon2.Argon2Exception

An exception class to wrap the errors returned by Daniel Dinu and Dmitry Khovratovich's Argon2 library. Except through very unusual conditions, the only exceptions which could be thrown from PasswordHasher are Argon2Exception, ArgumentNullException, DllNotFoundException (if libargon2.dll is not found)
상속: System.Exception
파일 보기 프로젝트 열기: alipha/csharp-argon2

공개 메소드들

메소드 설명
Argon2Exception ( string action, Argon2Error error ) : System

Construct an Argon2Exception with the specified Argon2 error code Which method the Argon2Exception originated from The error returned from the Argon2 library

메소드 상세

Argon2Exception() 공개 메소드

Construct an Argon2Exception with the specified Argon2 error code Which method the Argon2Exception originated from The error returned from the Argon2 library
public Argon2Exception ( string action, Argon2Error error ) : System
action string
error Argon2Error
리턴 System