C# Class Google.JarResolver.ResolutionException

Resolution exception. This is a checked exception for resolution problems. (you can take the developer out of java, but not the java out of the developer).
Inheritance: System.Exception
Afficher le fichier Open project: googlesamples/unity-jar-resolver

Méthodes publiques

Méthode Description
ResolutionException ( string msg ) : System

Initializes a new instance of the Google.JarResolver.ResolutionException class.

Method Details

ResolutionException() public méthode

Initializes a new instance of the Google.JarResolver.ResolutionException class.
public ResolutionException ( string msg ) : System
msg string Message of the exception.
Résultat System