C# Class BGC.Parameters.KeyEmptyException

Inheritance: Exception
Show file Open project: UCRBrainGameCenter/BGC_Tools

Public Properties

Property Type Description
keyPath string

Public Methods

Method Description
KeyEmptyException ( string keyPath, string message ) : System

Method Details

KeyEmptyException() public method

public KeyEmptyException ( string keyPath, string message ) : System
keyPath string
message string
return System

Property Details

keyPath public property

public string keyPath
return string