C# Class withSIX.Core.Applications.Errors.InformationalUserError

Inheritance: BasicUserError
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
InformationalUserError ( Exception exception, string title, string message ) : System

Method Details

InformationalUserError() public method

public InformationalUserError ( Exception exception, string title, string message ) : System
exception System.Exception
title string
message string
return System