C# Class NCop.Aspects.Exceptions.AdviceNotFoundException

Inheritance: System.SystemException, ISerializable
Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
AdviceNotFoundException ( Type aspectType ) : System
AdviceNotFoundException ( string message ) : System
AdviceNotFoundException ( string message, Exception innerException ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Méthodes protégées

Méthode Description
AdviceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AdviceNotFoundException() protected méthode

protected AdviceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AdviceNotFoundException() public méthode

public AdviceNotFoundException ( Type aspectType ) : System
aspectType System.Type
Résultat System

AdviceNotFoundException() public méthode

public AdviceNotFoundException ( string message ) : System
message string
Résultat System

AdviceNotFoundException() public méthode

public AdviceNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

GetObjectData() public méthode

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