C# Class DevBridge.Templates.WebProject.Services.ServiceException

Inheritance: KnownException
Afficher le fichier Open project: devbridge/StandardWebProjectTemplate

Méthodes publiques

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

Method Details

ServiceException() public méthode

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

ServiceException() public méthode

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