Mono.Debugger.Languages.Language.IsExceptionType C# (CSharp) Method

IsExceptionType() public abstract method

public abstract IsExceptionType ( TargetClassType type ) : bool
type TargetClassType
return bool
        public abstract bool IsExceptionType(TargetClassType type);