C# Class CSReportDll.ReportArgumentMissingException

Inheritance: ReportException
Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
ReportArgumentMissingException ( String className, String message ) : System

Méthodes protégées

Méthode Description
ReportArgumentMissingException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ReportArgumentMissingException() protected méthode

protected ReportArgumentMissingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ReportArgumentMissingException() public méthode

public ReportArgumentMissingException ( String className, String message ) : System
className String
message String
Résultat System