C# Class ALFA.Shared.FileStoreConditionNotMetException

An exception thrown if a conditional file operation failed due to the condition not being evaluated to true.
Inheritance: System.ApplicationException
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Methods

Method Description
FileStoreConditionNotMetException ( Exception InnerException ) : System

Method Details

FileStoreConditionNotMetException() public method

public FileStoreConditionNotMetException ( Exception InnerException ) : System
InnerException System.Exception
return System