C# Class Shashlik.Kernel.Exceptions.KernelServiceException

Inheritance: Exception
Afficher le fichier Open project: dotnet-shashlik/shashlik

Méthodes publiques

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

Method Details

KernelServiceException() public méthode

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

KernelServiceException() public méthode

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