C5.InternalException.InternalException C# (CSharp) Method

InternalException() private method

private InternalException ( string message ) : System
message string
return System
        internal InternalException(string message)
            : base(message)
        {
        }
InternalException