C# Class ReSharper.Exceptional.Settings.ExceptionalSettings

ファイルを表示 Open project: CSharpAnalyzers/ExceptionalReSharper

Private Properties

Property Type Description
LoadExceptionAccessorOverrides List
LoadOptionalExceptions List
LoadOptionalMethodExceptions List
TryExceptionAccessorOverride ExceptionAccessorOverride
TryLoadOptionalException OptionalExceptionConfiguration
TryLoadOptionalMethodException OptionalMethodExceptionConfiguration

Public Methods

Method Description
GetExceptionAccessorOverrides ( ) : IEnumerable
GetOptionalExceptions ( ) : IEnumerable
GetOptionalMethodExceptions ( ) : IEnumerable
InvalidateCaches ( ) : void

Private Methods

Method Description
LoadExceptionAccessorOverrides ( ) : List
LoadOptionalExceptions ( ) : List
LoadOptionalMethodExceptions ( ) : List
TryExceptionAccessorOverride ( string line ) : ExceptionAccessorOverride
TryLoadOptionalException ( string line ) : OptionalExceptionConfiguration
TryLoadOptionalMethodException ( string line ) : OptionalMethodExceptionConfiguration

Method Details

GetExceptionAccessorOverrides() public method

public GetExceptionAccessorOverrides ( ) : IEnumerable
return IEnumerable

GetOptionalExceptions() public method

public GetOptionalExceptions ( ) : IEnumerable
return IEnumerable

GetOptionalMethodExceptions() public method

public GetOptionalMethodExceptions ( ) : IEnumerable
return IEnumerable

InvalidateCaches() public method

public InvalidateCaches ( ) : void
return void