C# Class Orleans.EntityFrameworkCore.OrleansEFReminderException

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

Public Methods

Method Description
OrleansEFReminderException ( string message ) : System

Initializes a new instance of the OrleansEFStorageException class.

Method Details

OrleansEFReminderException() public method

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