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

Inheritance: System.ApplicationException
Datei anzeigen Open project: Sage/SData-Contracts

Public Methods

Method Description
EtagComputeException ( ) : System
EtagComputeException ( string message ) : System
EtagComputeException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

EtagComputeException() public method

public EtagComputeException ( ) : System
return System

EtagComputeException() protected method

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

EtagComputeException() public method

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

EtagComputeException() public method

public EtagComputeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System