C# Class AspectSharp.Core.Proxy.ProxyFactoryException

Inheritance: System.ApplicationException
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ProxyFactoryException ( SerializationInfo info, StreamingContext context ) : System
ProxyFactoryException ( String message, Exception innerException ) : System

Method Details

ProxyFactoryException() public méthode

public ProxyFactoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ProxyFactoryException() public méthode

public ProxyFactoryException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System