System.Net.InternalException.InternalException C# (CSharp) Method

InternalException() private method

private InternalException ( )
        internal InternalException()
        {
            NetEventSource.Fail(this, "InternalException thrown.");
        }
    }
InternalException