C# Class Exceptional.Playground.OptionalExceptions

Show file Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
Bar1 ( ) : void
Bar2 ( ) : void
Foo ( ) : void

Method Details

Bar1() public method

The input is wrong.
public Bar1 ( ) : void
return void

Bar2() public method

The user is not authenticated.
public Bar2 ( ) : void
return void

Foo() public method

public Foo ( ) : void
return void