C# Class Hjg.Pngcs.PngjExceptionInternal

Inheritance: System.Exception
Show file Open project: devedse/DeveMazeGenerator

Public Methods

Method Description
PngjExceptionInternal ( ) : System
PngjExceptionInternal ( Exception cause ) : System
PngjExceptionInternal ( String message ) : System
PngjExceptionInternal ( String message, Exception cause ) : System

Method Details

PngjExceptionInternal() public method

public PngjExceptionInternal ( ) : System
return System

PngjExceptionInternal() public method

public PngjExceptionInternal ( Exception cause ) : System
cause System.Exception
return System

PngjExceptionInternal() public method

public PngjExceptionInternal ( String message ) : System
message String
return System

PngjExceptionInternal() public method

public PngjExceptionInternal ( String message, Exception cause ) : System
message String
cause System.Exception
return System