C# Class Sharpen.RuntimeException

Inheritance: System.Exception
Show file Open project: oganix/NBoilerpipe

Public Methods

Method Description
RuntimeException ( ) : System
RuntimeException ( Exception ex ) : System
RuntimeException ( string msg ) : System
RuntimeException ( string msg, Exception ex ) : System

Method Details

RuntimeException() public method

public RuntimeException ( ) : System
return System

RuntimeException() public method

public RuntimeException ( Exception ex ) : System
ex System.Exception
return System

RuntimeException() public method

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

RuntimeException() public method

public RuntimeException ( string msg, Exception ex ) : System
msg string
ex System.Exception
return System