C# Класс Rebel.Framework.LocalizedArgumentException

Наследование: System.ArgumentException
Показать файл Открыть проект

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

Метод Описание
LocalizedArgumentException ( string key = "Exceptions.ArgumentException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System

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

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

public LocalizedArgumentException ( string key = "Exceptions.ArgumentException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
key string
defaultMessage string
parameters object
innerException System.Exception
Результат System