C# Class LICC.Internal.LSF.Runtime.RuntimeException

Inheritance: Exception
显示文件 Open project: pipe01/LICC

Public Methods

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

Protected Methods

Method Description
RuntimeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

RuntimeException() public method

public RuntimeException ( ) : System
return System

RuntimeException() protected method

protected RuntimeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

RuntimeException() public method

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

RuntimeException() public method

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