C# Class AppfailReporting.Model.ExceptionDto

Show file Open project: skroonenburg/AppFail-ASP.NET Class Usage Examples

Public Methods

Method Description
ExceptionDto ( string stackTrace, string message, string type ) : System

Method Details

ExceptionDto() public method

public ExceptionDto ( string stackTrace, string message, string type ) : System
stackTrace string
message string
type string
return System