C# Class KonfDB.Infrastructure.Exceptions.EncryptionException

Inheritance: BaseException
Datei anzeigen Open project: punitganshani/KonfDB

Public Methods

Method Description
EncryptionException ( string message, Exception ex ) : System

Method Details

EncryptionException() public method

public EncryptionException ( string message, Exception ex ) : System
message string
ex System.Exception
return System