In .:
[mono.git] / mcs / errors / cs3008-7.cs
1 // cs3008-7.cs: Identifier `System.Error.__ComObject' is not CLS-compliant
2 // Line: 8
3
4 using System;
5 [assembly:CLSCompliant(true)]
6
7 namespace System.Error {
8         public class __ComObject : MarshalByRefObject {
9                 private __ComObject ()
10                 {
11                 }
12         }
13 }