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

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

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

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

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

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

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

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

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