C# Class withSIX.Core.Presentation.SA.Views.ReportHandledException

Inheritance: System.Exception
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ReportHandledException ( string message ) : System
ReportHandledException ( string message, Exception innerException ) : System

Private Methods

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

Method Details

ReportHandledException() public méthode

public ReportHandledException ( string message ) : System
message string
Résultat System

ReportHandledException() public méthode

public ReportHandledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System