C# Class CSReportPaint.ReportPaintException

Inheritance: System.Exception
Show file Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
ReportPaintException ( ) : System
ReportPaintException ( csRptPaintErrors code, String module, String message ) : System
ToString ( ) : string

Protected Methods

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

Method Details

ReportPaintException() public method

public ReportPaintException ( ) : System
return System

ReportPaintException() protected method

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

ReportPaintException() public method

public ReportPaintException ( csRptPaintErrors code, String module, String message ) : System
code csRptPaintErrors
module String
message String
return System

ToString() public method

public ToString ( ) : string
return string