C# Class Microsoft.Fast.FastAssertException

Inheritance: System.Exception
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Свойство Type Description
file string
line int
pos int

Méthodes publiques

Méthode Description
FastAssertException ( ) : System
FastAssertException ( string message ) : System
FastAssertException ( string message, System inner ) : System
FastAssertException ( string assertion, int line, int pos ) : System

Method Details

FastAssertException() public méthode

public FastAssertException ( ) : System
Résultat System

FastAssertException() public méthode

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

FastAssertException() public méthode

public FastAssertException ( string message, System inner ) : System
message string
inner System
Résultat System

FastAssertException() public méthode

public FastAssertException ( string assertion, int line, int pos ) : System
assertion string
line int
pos int
Résultat System

Property Details

file public_oe property

public string file
Résultat string

line public_oe property

public int line
Résultat int

pos public_oe property

public int pos
Résultat int