C# Class SaneWeb.Resources.Attributes.SaneErrorEventArgs

Mostra file Open project: ext0/SaneWeb Class Usage Examples

Public Methods

Method Description
SaneErrorEventArgs ( ResponseErrorReason reason, Exception exception, bool propogate, String response ) : System

Method Details

SaneErrorEventArgs() public method

public SaneErrorEventArgs ( ResponseErrorReason reason, Exception exception, bool propogate, String response ) : System
reason ResponseErrorReason
exception System.Exception
propogate bool
response String
return System