Check for ASP.NET Context. If none is present, throw exception.
| C# | Visual Basic | Visual C++ |
protected static void EnsureAspNetOnConstructor()
Protected Shared Sub EnsureAspNetOnConstructor
protected: static void EnsureAspNetOnConstructor()
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if ASP.NET context is not present. |