C# Class NCop.Core.Exceptions.PropertyAccessorsMismatchException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

GetObjectData() public méthode

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

PropertyAccessorsMismatchException() protected méthode

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

PropertyAccessorsMismatchException() public méthode

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

PropertyAccessorsMismatchException() public méthode

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