4 references to ObjectDisposed_Generic
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\ObjectDisposedException.cs (4)
23this(null, SR.ObjectDisposed_Generic) 28this(objectName, SR.ObjectDisposed_Generic) 32public ObjectDisposedException(string? objectName, string? message) : base(message ?? SR.ObjectDisposed_Generic) 39: base(message ?? SR.ObjectDisposed_Generic, innerException)