C# 클래스 DeclarativePM.Lib.Exceptions.LogValueNotSetException

Exception when try to get header which does not exist
상속: Exception
파일 보기 프로젝트 열기: lasaris/ProcessM.NET

공개 메소드들

메소드 설명
LogValueNotSetException ( ) : System
LogValueNotSetException ( string message ) : System
LogValueNotSetException ( string message, Exception inner ) : System

메소드 상세

LogValueNotSetException() 공개 메소드

public LogValueNotSetException ( ) : System
리턴 System

LogValueNotSetException() 공개 메소드

public LogValueNotSetException ( string message ) : System
message string
리턴 System

LogValueNotSetException() 공개 메소드

public LogValueNotSetException ( string message, Exception inner ) : System
message string
inner Exception
리턴 System