C# Class Sdl.Web.Tridion.Templates.DxaException

Base class for exceptions thrown by DXA templating code.
Inheritance: System.ApplicationException
Mostra file Open project: sdl/dxa-content-management Class Usage Examples

Public Methods

Method Description
DxaException ( string message, Exception innerException = null ) : System

Method Details

DxaException() public method

public DxaException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System