C# Class NCop.Core.Exceptions.PropertyAccessorsMismatchException

Inheritance: System.SystemException, ISerializable
Mostrar archivo Open project: sagifogel/NCop

Public Methods

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

Protected Methods

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

Method Details

GetObjectData() public method

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

PropertyAccessorsMismatchException() protected method

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

PropertyAccessorsMismatchException() public method

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

PropertyAccessorsMismatchException() public method

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