OrleansException
class
Namespace: Orleans.Runtime
An exception class used by the Orleans runtime for reporting errors.
[Orleans.GenerateSerializer]public class OrleansException : ExceptionRemarks
This is also the base class for any more specific exceptions raised by the Orleans runtime.
Constructors
OrleansExceptionInitializes a new instance of theOrleansExceptionclass.OrleansException(string)Initializes a new instance of theOrleansExceptionclass.OrleansException(string, Exception)Initializes a new instance of theOrleansExceptionclass.
