C# Class UnityEngine.Assertions.AssertionException

An exception that is thrown on a failure. Assertions.Assert._raiseExceptions needs to be set to true.

Inheritance: System.Exception
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AssertionException ( string message, string userMessage ) : System

Method Details

AssertionException() public méthode

public AssertionException ( string message, string userMessage ) : System
message string
userMessage string
Résultat System