C# Class Orleans.EntityFrameworkCore.OrleansEFReminderException.EtagMismatch

Inheritance: Orleans.EntityFrameworkCore.OrleansEFStorageException
Exibir arquivo Open project: rdlaitila/Orleans.EntityFrameworkCore

Public Methods

Method Description
EtagMismatch ( string message ) : System

Initializes a new instance of the EtagMismatch class.

Method Details

EtagMismatch() public method

Initializes a new instance of the EtagMismatch class.
public EtagMismatch ( string message ) : System
message string The message that describes the error.
return System