Code:
using namespace System;

int main()
{
	SByte Age = 224;

	Console::WriteLine(Age);

	return 0;
}
in this code if I give the value of Age>=224 the result will be false according the data typey , so how I write this code in Try catch exception handling if value is greater,it throws exception give message its out of bound else show the number