C# Class Ludiq.Reflection.UnityReflectionException

An exception thrown by the Ludiq Reflection plugin.
Inheritance: System.Exception
Afficher le fichier Open project: lazlo-bonin/unity-reflection

Méthodes publiques

Méthode Description
UnityReflectionException ( ) : System
UnityReflectionException ( string message ) : System
UnityReflectionException ( string message, Exception innerException ) : System

Method Details

UnityReflectionException() public méthode

public UnityReflectionException ( ) : System
Résultat System

UnityReflectionException() public méthode

public UnityReflectionException ( string message ) : System
message string
Résultat System

UnityReflectionException() public méthode

public UnityReflectionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System