C# Class Knockout.Tests.MockErrorReporter

Inheritance: IErrorReporter
Afficher le fichier Open project: Saltarelle/SaltarelleKnockout Class Usage Examples

Méthodes publiques

Méthode Description
InternalError ( Exception ex, string additionalText = null ) : void
InternalError ( string text ) : void
Message ( MessageSeverity severity, int code, string message ) : void
MockErrorReporter ( bool logToConsole = false ) : System

Method Details

InternalError() public méthode

public InternalError ( Exception ex, string additionalText = null ) : void
ex System.Exception
additionalText string
Résultat void

InternalError() public méthode

public InternalError ( string text ) : void
text string
Résultat void

Message() public méthode

public Message ( MessageSeverity severity, int code, string message ) : void
severity MessageSeverity
code int
message string
Résultat void

MockErrorReporter() public méthode

public MockErrorReporter ( bool logToConsole = false ) : System
logToConsole bool
Résultat System