Mega Code Archive

 
Categories / Visual C++ .NET / Development
 

Using exception Tag to describe the exception

public ref class AClass     {     public:         /// <exception cref="System::OverflowException">          /// This method might throw this exception (NOT)         /// </exception>          void exceptionTag() {}     }