C# Class Hjg.Pngcs.PngjExceptionInternal

Inheritance: System.Exception
Afficher le fichier Open project: devedse/DeveMazeGenerator

Méthodes publiques

Méthode Description
PngjExceptionInternal ( ) : System
PngjExceptionInternal ( Exception cause ) : System
PngjExceptionInternal ( String message ) : System
PngjExceptionInternal ( String message, Exception cause ) : System

Method Details

PngjExceptionInternal() public méthode

public PngjExceptionInternal ( ) : System
Résultat System

PngjExceptionInternal() public méthode

public PngjExceptionInternal ( Exception cause ) : System
cause System.Exception
Résultat System

PngjExceptionInternal() public méthode

public PngjExceptionInternal ( String message ) : System
message String
Résultat System

PngjExceptionInternal() public méthode

public PngjExceptionInternal ( String message, Exception cause ) : System
message String
cause System.Exception
Résultat System