C# Class Microsoft.Common.Core.ExceptionExtensions

显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
IsCriticalException ( this ex ) : bool

Returns true if an exception should not be handled by logging code.

IsProtocolException ( this ex ) : bool

Method Details

IsCriticalException() public static method

Returns true if an exception should not be handled by logging code.
public static IsCriticalException ( this ex ) : bool
ex this
return bool

IsProtocolException() public static method

public static IsProtocolException ( this ex ) : bool
ex this
return bool