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
Mostrar archivo Open project: googlesamples/unity-jar-resolver

Public Methods

Method Description
ResolutionException ( string msg ) : System

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

Method Details

ResolutionException() public method

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