C# Class Orleans.EntityFrameworkCore.OrleansEFReminderException

Inheritance: Exception
Afficher le fichier Open project: rdlaitila/Orleans.EntityFrameworkCore

Méthodes publiques

Méthode Description
OrleansEFReminderException ( string message ) : System

Initializes a new instance of the OrleansEFStorageException class.

Method Details

OrleansEFReminderException() public méthode

Initializes a new instance of the OrleansEFStorageException class.
public OrleansEFReminderException ( string message ) : System
message string The message that describes the error.
Résultat System