C# Class NCop.Aspects.Exceptions.AspectBuilderNotFoundException

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

Public Methods

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

Protected Methods

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

Method Details

AspectBuilderNotFoundException() protected method

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

AspectBuilderNotFoundException() public method

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

AspectBuilderNotFoundException() public method

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

AspectBuilderNotFoundException() public method

public AspectBuilderNotFoundException ( 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