C# Class CSReportEditor.ReportEditorException

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

Méthodes publiques

Méthode Description
ReportEditorException ( ) : System
ReportEditorException ( csRptEditorErrors code, String module, String message ) : System
ToString ( ) : string

Méthodes protégées

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

Method Details

ReportEditorException() public méthode

public ReportEditorException ( ) : System
Résultat System

ReportEditorException() protected méthode

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

ReportEditorException() public méthode

public ReportEditorException ( csRptEditorErrors code, String module, String message ) : System
code csRptEditorErrors
module String
message String
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string