C# Class ReSharper.Exceptional.Settings.OptionalMethodExceptionConfiguration

Afficher le fichier Open project: CSharpAnalyzers/ExceptionalReSharper

Private Properties

Свойство Type Description
GetExceptionType IDeclaredType
IsSupertypeOf bool

Méthodes publiques

Méthode Description
OptionalMethodExceptionConfiguration ( string fullMethodName, string exceptionType ) : System

Private Methods

Méthode Description
GetExceptionType ( ) : IDeclaredType
IsSupertypeOf ( ThrownExceptionModel thrownException ) : bool

Method Details

OptionalMethodExceptionConfiguration() public méthode

public OptionalMethodExceptionConfiguration ( string fullMethodName, string exceptionType ) : System
fullMethodName string
exceptionType string
Résultat System