Just for my clarification :
Can i throw both CLS-Complaint and non-CLS complaint exceptions in .NET Framework ?.I am using C# 3.0.
When i catch exception
catch(Exception ex)
{
}
- Will it catch only CLS-Complaint exceptions?.
- What is the use of RuntimeWrappedException class (can i have a simple example?).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…