C# Class BetterCms.Core.Exceptions.Modules.ModuleException

Inheritance: CmsException
Mostrar archivo Open project: devbridge/BetterCMS

Public Methods

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

Method Details

ModuleException() public method

public ModuleException ( ) : System
return System

ModuleException() public method

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

ModuleException() public method

public ModuleException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System