C# Class HelloClaptrap.Models.BizException

Inheritance: Exception
Afficher le fichier Open project: newbe36524/Newbe.Claptrap.Examples

Méthodes publiques

Méthode Description
BizException ( ) : System
BizException ( string message ) : System
BizException ( string message, Exception innerException ) : System

Method Details

BizException() public méthode

public BizException ( ) : System
Résultat System

BizException() public méthode

public BizException ( string message ) : System
message string
Résultat System

BizException() public méthode

public BizException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System