Naanou.Common
Class KeyPutException

An exception occured while putting a key

Fields inherited from class System.Exception
_HResult, _message

Constructor Summary
KeyPutException(string message)
         Constructor
KeyPutException(string message, System.Exception inner)
         Constructor

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Message, Source, StackTrace, TargetSite

Methods inherited from class System.Exception
GetBaseException, GetObjectData, InternalToString, ToString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Constructor Detail

KeyPutException

public KeyPutException(string message)

Constructor

Parameters:
message - Message

KeyPutException

public KeyPutException(string message,
                       System.Exception inner)

Constructor

Parameters:
message - Message
inner - Inner exception