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
Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
AssertionException ( string message, string userMessage ) : System

Method Details

AssertionException() public method

public AssertionException ( string message, string userMessage ) : System
message string
userMessage string
return System