C# Class AspectSharp.Core.Proxy.ProxyFactoryException

Inheritance: System.ApplicationException
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ProxyFactoryException ( SerializationInfo info, StreamingContext context ) : System
ProxyFactoryException ( String message, Exception innerException ) : System

Method Details

ProxyFactoryException() public method

public ProxyFactoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ProxyFactoryException() public method

public ProxyFactoryException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System