C# Class TestMessage, UnityTest

Inheritance: MonoBehaviour
Afficher le fichier Open project: MrJoy/UnityTest Class Usage Examples

Méthodes publiques

Свойство Type Description
exception Exception,
message string
trace string

Private Properties

Свойство Type Description
FilterStackTrace string

Méthodes publiques

Méthode Description
TestMessage ( string m, StackTrace, t, Exception, e ) : System

Private Methods

Méthode Description
FilterStackTrace ( StackTrace, t ) : string

Method Details

TestMessage() public méthode

public TestMessage ( string m, StackTrace, t, Exception, e ) : System
m string
t StackTrace,
e Exception,
Résultat System

Property Details

exception public_oe property

public Exception, exception
Résultat Exception,

message public_oe property

public string message
Résultat string

trace public_oe property

public string trace
Résultat string