C# Class Elffy.ContextMismatchException

Inheritance: Exception
Mostrar archivo Open project: ikorin24/Elffy

Public Methods

Method Description
ContextMismatchException ( IHostScreen? currentContext, IHostScreen? expectedContext ) : System

Private Methods

Method Description
ContextMismatchException ( string message ) : System
CreateExceptionMessage ( IHostScreen? currentContext, IHostScreen? expectedContext ) : string
Throw ( IHostScreen? currentContext, IHostScreen? expectedContext ) : void
ThrowCurrentContextIsNull ( ) : void
ThrowIfContextNotEqual ( IHostScreen actual, IHostScreen expected ) : void

Method Details

ContextMismatchException() public method

public ContextMismatchException ( IHostScreen? currentContext, IHostScreen? expectedContext ) : System
currentContext IHostScreen?
expectedContext IHostScreen?
return System