C# Класс AspectSharp.Core.Proxy.ProxyFactoryException

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

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

Метод Описание
ProxyFactoryException ( SerializationInfo info, StreamingContext context ) : System
ProxyFactoryException ( String message, Exception innerException ) : System

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

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

public ProxyFactoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public ProxyFactoryException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Результат System