ErrorEvent.FileName

ErrorEvent.FileName property

The filename attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to the empty string. It represents the absolute URL of the script in which the error originally occurred.

public string FileName { get; }

Property Value

The filename.

See Also