Tesla Graphics Engine Documentation (January 2012)
TeslaException Constructor (msg, innerException)
TeslaTesla.CoreTeslaExceptionTeslaException(String, Exception)
Creates a new instance of TeslaException.
Declaration Syntax
C#
public TeslaException(
	string msg,
	Exception innerException
)
Parameters
msg (String)
Error message that explains the reason for the exception.
innerException (Exception)
Exception that caused this exception to be thrown, generally a more specific exception.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)