C# Class TestMessage, UnityTest

Inheritance: MonoBehaviour
Mostra file Open project: MrJoy/UnityTest Class Usage Examples

Public Properties

Property Type Description
exception Exception,
message string
trace string

Private Properties

Property Type Description
FilterStackTrace string

Public Methods

Method Description
TestMessage ( string m, StackTrace, t, Exception, e ) : System

Private Methods

Method Description
FilterStackTrace ( StackTrace, t ) : string

Method Details

TestMessage() public method

public TestMessage ( string m, StackTrace, t, Exception, e ) : System
m string
t StackTrace,
e Exception,
return System

Property Details

exception public_oe property

public Exception, exception
return Exception,

message public_oe property

public string message
return string

trace public_oe property

public string trace
return string