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

Inheritance: System.Exception
Mostra file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
ReportHandledException ( string message ) : System
ReportHandledException ( string message, Exception innerException ) : System

Private Methods

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

Method Details

ReportHandledException() public method

public ReportHandledException ( string message ) : System
message string
return System

ReportHandledException() public method

public ReportHandledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System