C# Class CSReportDll.ReportException

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

Méthodes publiques

Méthode Description
ReportException ( ) : System
ReportException ( csRptErrors code, String module, String message ) : System
ToString ( ) : string

Méthodes protégées

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

Method Details

ReportException() public méthode

public ReportException ( ) : System
Résultat System

ReportException() protected méthode

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

ReportException() public méthode

public ReportException ( csRptErrors code, String module, String message ) : System
code csRptErrors
module String
message String
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string