System.StackOverflowException.StackOverflowException C# (CSharp) Méthode

StackOverflowException() public méthode

public StackOverflowException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices
        public StackOverflowException(string message) : base(message)
        {
            base.SetErrorCode(-2147023895);
        }

Same methods

StackOverflowException::StackOverflowException ( ) : System.Runtime.InteropServices
StackOverflowException::StackOverflowException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
StackOverflowException::StackOverflowException ( string message, Exception innerException ) : System.Runtime.InteropServices
StackOverflowException