C# Class CSReportDll.ReportArgumentMissingException

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

Public Methods

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

Protected Methods

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

Method Details

ReportArgumentMissingException() protected method

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

ReportArgumentMissingException() public method

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