DekGenius.com
[ Team LiB ] Previous Section Next Section

HttpCompileException

System.Web (system.web.dll)sealed class

This class represents an HTTP compiler exception.

public sealed class HttpCompileException : HttpException {
// Public Instance Properties
   public CompilerResults Results{get; }
   public string SourceCode{get; }
}

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException System.Runtime.InteropServices.ExternalException HttpException HttpCompileException

    [ Team LiB ] Previous Section Next Section