C# Class CSReportDll.ReportException

Inheritance: System.Exception
Mostrar archivo Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
ReportException ( ) : System
ReportException ( csRptErrors code, String module, String message ) : System
ToString ( ) : string

Protected Methods

Method Description
ReportException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ReportException() public method

public ReportException ( ) : System
return System

ReportException() protected method

protected ReportException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ReportException() public method

public ReportException ( csRptErrors code, String module, String message ) : System
code csRptErrors
module String
message String
return System

ToString() public method

public ToString ( ) : string
return string