C# Class Sage.Sis.Sdata.Etag.EtagComputeException

Inheritance: System.ApplicationException
Afficher le fichier Open project: Sage/SData-Contracts

Méthodes publiques

Méthode Description
EtagComputeException ( ) : System
EtagComputeException ( string message ) : System
EtagComputeException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

EtagComputeException() public méthode

public EtagComputeException ( ) : System
Résultat System

EtagComputeException() protected méthode

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

EtagComputeException() public méthode

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

EtagComputeException() public méthode

public EtagComputeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System