C# Class Softeq.XToolkit.WhiteLabel.Navigation.PropertyNotFoundException

Inheritance: Exception
ファイルを表示 Open project: Softeq/XToolkit.WhiteLabel

Public Methods

Method Description
PropertyNotFoundException ( string message ) : System
PropertyNotFoundException ( string message, Exception innerException ) : System

Method Details

PropertyNotFoundException() public method

public PropertyNotFoundException ( string message ) : System
message string
return System

PropertyNotFoundException() public method

public PropertyNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System