C# Class ReSharper.Exceptional.Settings.OptionalMethodExceptionConfiguration

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

Private Properties

Property Type Description
GetExceptionType IDeclaredType
IsSupertypeOf bool

Public Methods

Method Description
OptionalMethodExceptionConfiguration ( string fullMethodName, string exceptionType ) : System

Private Methods

Method Description
GetExceptionType ( ) : IDeclaredType
IsSupertypeOf ( ThrownExceptionModel thrownException ) : bool

Method Details

OptionalMethodExceptionConfiguration() public method

public OptionalMethodExceptionConfiguration ( string fullMethodName, string exceptionType ) : System
fullMethodName string
exceptionType string
return System