Stetic.ErrorWidget.ErrorWidget C# (CSharp) 메소드

ErrorWidget() 공개 메소드

public ErrorWidget ( Exception ex, string id ) : System
ex System.Exception
id string
리턴 System
        public ErrorWidget(Exception ex, string id)
        {
            exc = ex;
            Init (Catalog.GetString ("Load Error:") + " " + ex.Message, id);
        }

Same methods

ErrorWidget::ErrorWidget ( string className, string id ) : System
ErrorWidget::ErrorWidget ( string className, string minGtkVersion, string foundGtkVersion, string id ) : System