15 overrides of ErrorTitle
System.Web (15)
Configuration\UrlAuthFailedErrorFormatter.cs (1)
45
protected override string
ErrorTitle
{
DataAccess\DataConnectionHelper.cs (1)
110
protected override string
ErrorTitle
ErrorFormatter.cs (8)
873
protected override string
ErrorTitle
{
1204
protected override string
ErrorTitle
{
1250
protected override string
ErrorTitle
{
1302
protected override string
ErrorTitle
{
1400
protected override string
ErrorTitle
{
1613
protected override string
ErrorTitle
{
1821
protected override string
ErrorTitle
{
1877
protected override string
ErrorTitle
{
Handlers\TraceHandlerErrorFormatter.cs (1)
15
protected override string
ErrorTitle
{
Security\AuthStoreRoleProvider.cs (1)
862
protected override string
ErrorTitle
Security\BackStopAuthenticationModule.cs (1)
169
protected override string
ErrorTitle
{
Security\FileAuthorizationModule.cs (1)
501
protected override string
ErrorTitle
{
Security\PassportAuthenticationModule.cs (1)
245
protected override string
ErrorTitle
{
4 references to ErrorTitle
System.Web (4)
ErrorFormatter.cs (4)
198
label = CreateLabelFromText(
ErrorTitle
);
310
errorContent.Append(String.Format(CultureInfo.CurrentCulture, errorBeginTemplate, errorHeader,
ErrorTitle
));
394
sb.Append(" <title>" +
ErrorTitle
+ "</title>\r\n");
417
sb.Append(" <h2> <i>" +
ErrorTitle
+ "</i> </h2></span>\r\n\r\n");