C# Класс 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).
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ResolutionException ( string msg ) : System

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

Описание методов

ResolutionException() публичный Метод

Initializes a new instance of the Google.JarResolver.ResolutionException class.
public ResolutionException ( string msg ) : System
msg string Message of the exception.
Результат System