C# Class Microsoft.Fast.FastAssertException

Inheritance: System.Exception
Mostrar archivo Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
file string
line int
pos int

Public Methods

Method 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 method

public FastAssertException ( ) : System
return System

FastAssertException() public method

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

FastAssertException() public method

public FastAssertException ( string message, System inner ) : System
message string
inner System
return System

FastAssertException() public method

public FastAssertException ( string assertion, int line, int pos ) : System
assertion string
line int
pos int
return System

Property Details

file public_oe property

public string file
return string

line public_oe property

public int line
return int

pos public_oe property

public int pos
return int