using System.Runtime.Serialization;
public static void Main()
throw new CustomerNotFoundException();
public class CustomerNotFoundException : Exception
public CustomerNotFoundException()
public CustomerNotFoundException(string message)
public CustomerNotFoundException(string message, Exception innerException)
: base(message, innerException)
protected CustomerNotFoundException(SerializationInfo info, StreamingContext context)