Beispiel #1
0
        public void TestDefaultConstructor()
        {
            RequestUriTooLongException testException = new RequestUriTooLongException();

            string testExceptionString = testException.ToString();

            Assert.IsNotNull(testExceptionString);
        }
    public void TestDefaultConstructor() {
      RequestUriTooLongException testException = new RequestUriTooLongException();

      string testExceptionString = testException.ToString();
      Assert.IsNotNull(testExceptionString);
    }