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

Inheritance: KnownException
ファイルを表示 Open project: devbridge/StandardWebProjectTemplate

Public Methods

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

Method Details

ServiceException() public method

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

ServiceException() public method

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