C# Class Sage.Sis.Sdata.Sync.Storage.StoreException

Inheritance: System.ApplicationException
Mostrar archivo Open project: Sage/SData-Contracts

Public Methods

Method Description
StoreException ( ) : System
StoreException ( string message ) : System
StoreException ( string message, Exception innerException ) : System

Method Details

StoreException() public method

public StoreException ( ) : System
return System

StoreException() public method

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

StoreException() public method

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