C# Class AdmPwd.PDS.KeyStore.KeyStoreException

Base exception thrown by implementation of KeyStore
Inheritance: System.Exception
Mostra file Open project: jformacek/laps-e

Public Methods

Method Description
KeyStoreException ( string message ) : System

Default constructor

Method Details

KeyStoreException() public method

Default constructor
public KeyStoreException ( string message ) : System
message string
return System