C# Class TypeLess.Tests.SomeException

Inheritance: System.Exception
Afficher le fichier Open project: jansater/TypeLess

Méthodes publiques

Méthode Description
SomeException ( ) : System
SomeException ( string message ) : System
SomeException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
SomeException ( System info, System context ) : System

Method Details

SomeException() public méthode

public SomeException ( ) : System
Résultat System

SomeException() protected méthode

protected SomeException ( System info, System context ) : System
info System
context System
Résultat System

SomeException() public méthode

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

SomeException() public méthode

public SomeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System