System.Runtime.InteropServices.SEHException.CanResume C# (CSharp) Method

CanResume() public method

public CanResume ( ) : bool
return bool
    	public virtual bool CanResume()
    	{
    		return false;
    	}	
    }