System.StackOverflowException.StackOverflowException C# (CSharp) 메소드

StackOverflowException() 공개 메소드

public StackOverflowException ( string message ) : System.Runtime.InteropServices
message string
리턴 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