C# Class CSReportDll.ReportLaunchInfoNoDefined

Inheritance: ReportException
Mostrar archivo Open project: javiercrowsoft/CSReports.net

Public Methods

Method Description
ReportLaunchInfoNoDefined ( String className, String message ) : System

Protected Methods

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

Method Details

ReportLaunchInfoNoDefined() protected method

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

ReportLaunchInfoNoDefined() public method

public ReportLaunchInfoNoDefined ( String className, String message ) : System
className String
message String
return System