C# Class Microsoft.Fast.FastAssertException

Inheritance: System.Exception
Show file 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 property

public string file
return string

line public property

public int line
return int

pos public property

public int pos
return int