X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0160-2.cs;h=50c2c44d9086ae1062bfb82056b7518bf45ce8bd;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=5244b8266712824cec46c17410176cd874d8b1f9;hpb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;p=mono.git diff --git a/mcs/errors/cs0160-2.cs b/mcs/errors/cs0160-2.cs index 5244b826671..50c2c44d908 100644 --- a/mcs/errors/cs0160-2.cs +++ b/mcs/errors/cs0160-2.cs @@ -1,4 +1,4 @@ -// cs0160-2.cs: A previous catch clause already catches all exceptions of this or a super type `System.Exception' +// CS0160: A previous catch clause already catches all exceptions of this or a super type `System.Exception' // Line: 8 class ClassMain {