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

StackOverflowException() public méthode

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

Same methods

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