C# Class NCop.Core.Exceptions.AttributeNotFoundException

Inheritance: System.SystemException, ISerializable
Datei anzeigen Open project: sagifogel/NCop

Public Methods

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

Protected Methods

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

Method Details

AttributeNotFoundException() protected method

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

AttributeNotFoundException() public method

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

AttributeNotFoundException() public method

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