C# Class NCop.Aspects.Exceptions.AdviceNotFoundException

Inheritance: System.SystemException, ISerializable
Exibir arquivo Open project: sagifogel/NCop

Public Methods

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

Protected Methods

Method Description
AdviceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AdviceNotFoundException() protected method

protected AdviceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AdviceNotFoundException() public method

public AdviceNotFoundException ( Type aspectType ) : System
aspectType System.Type
return System

AdviceNotFoundException() public method

public AdviceNotFoundException ( string message ) : System
message string
return System

AdviceNotFoundException() public method

public AdviceNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

GetObjectData() public method

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