Exception.getTraceAsString C# (CSharp) 메소드

getTraceAsString() 공개 메소드

public getTraceAsString ( ) : string
리턴 string
    public virtual string getTraceAsString()
    {
        throw new NotImplementedException();
    }