New scenario YouTubeexception etc
This commit is contained in:
13
Exceptionhandling/YouTubeException.cs
Normal file
13
Exceptionhandling/YouTubeException.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Exceptionhandling
|
||||
{
|
||||
public class YouTubeException : Exception
|
||||
{
|
||||
public YouTubeException(string message, Exception innerException)
|
||||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user