C# Class DeclarativePM.Lib.Exceptions.LogValueNotSetException

Exception when try to get header which does not exist
Inheritance: Exception
ファイルを表示 Open project: lasaris/ProcessM.NET

Public Methods

Method Description
LogValueNotSetException ( ) : System
LogValueNotSetException ( string message ) : System
LogValueNotSetException ( string message, Exception inner ) : System

Method Details

LogValueNotSetException() public method

public LogValueNotSetException ( ) : System
return System

LogValueNotSetException() public method

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

LogValueNotSetException() public method

public LogValueNotSetException ( string message, Exception inner ) : System
message string
inner Exception
return System