C# Class Shashlik.Kernel.Exceptions.KernelServiceException

Inheritance: Exception
Show file Open project: dotnet-shashlik/shashlik

Public Methods

Method Description
KernelServiceException ( string message ) : System
KernelServiceException ( string message, Exception innerException ) : System

Method Details

KernelServiceException() public method

public KernelServiceException ( string message ) : System
message string
return System

KernelServiceException() public method

public KernelServiceException ( string message, Exception innerException ) : System
message string
innerException Exception
return System