C# Класс NHelpfulException.FrameworkExceptions.ArgumentOutOfRangeException

Responsible for defining an ArgumentOutOfRangeException that is guaranteed to have a constructor accepting a string to set the exception message.
Наследование: HelpfulException
Показать файл Открыть проект

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

Метод Описание
ArgumentOutOfRangeException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System

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

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

public ArgumentOutOfRangeException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System
problemDescription string
resolutionSuggestions string
innerException System.Exception
Результат System