Exemple #1
0
 /// Constructs a HollywoodException with a message and HollywoodExceptionType
 public HollywoodException(string message, HollywoodExceptionType type) : base(message)
 {
     Type = type;
 }
        /// Constructs a HollywoodException with a message and HollywoodExceptionType
		public HollywoodException(string message, HollywoodExceptionType type) : base(message)
		{
            Type = type;
        }