C# Класс CryoAOP.Core.Exceptions.IncorrectAttributeResultUsageException

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

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

Метод Описание
IncorrectAttributeResultUsageException ( string messageFormat ) : System
IncorrectAttributeResultUsageException ( string messageFormat, Exception innerException ) : System

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

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

public IncorrectAttributeResultUsageException ( string messageFormat ) : System
messageFormat string
Результат System

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

public IncorrectAttributeResultUsageException ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
Результат System