System.Xml.Tests.VerifyException.VerifyException C# (CSharp) Method

VerifyException() public method

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