X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0160.cs;h=582e9d71fc4122fdea507d5c87e80b63d496efaf;hb=eca7c8246ab7526ca4c587e235aaca5faad27ec4;hp=09c7c83c404ca202dcb2be1f8123de260f02d0f6;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mcs/errors/cs0160.cs b/mcs/errors/cs0160.cs index 09c7c83c404..582e9d71fc4 100644 --- a/mcs/errors/cs0160.cs +++ b/mcs/errors/cs0160.cs @@ -1,4 +1,4 @@ -// cs0160.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 {