System.Xml.Tests.VerifyException.VerifyException C# (CSharp) 메소드

VerifyException() 공개 메소드

public VerifyException ( string msg ) : System.Linq
msg string
리턴 System.Linq
        public VerifyException(string msg)
            : base(msg)
        { }
    }
VerifyException