C# Class BetterCms.Core.Exceptions.Service.ImagingException

Inheritance: CmsException
Datei anzeigen Open project: devbridge/BetterCMS

Public Methods

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

Method Details

ImagingException() public method

public ImagingException ( ) : System
return System

ImagingException() public method

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

ImagingException() public method

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