メインコンテンツ

MATLABStackFrame

About MATLABStackFrame

Use MATLABStackFrame to return an element in MATLAB® stack trace obtained using MATLABException.

MATLABStackFrame contains:

  • Name of MATLAB file

  • Name of MATLAB function in MATLAB file

  • Line number in MATLAB file

Members

Constructor

public MATLABStackFrame(
			string, file
			string	, name
			int line
);

Construct MATLABStackFrame using file name, function name, and line number

Constructor Parameters

 string, file

 string, name

 int line

Public Instance Properties

 File

 Name

 Line

Public Instance Methods

 ToString

 Equals

 GetHashCode

Requirements

Namespace

com.mathworks.mps.client

Assembly

MathWorks.MATLAB.ProductionServer.Client.dll

See Also

MATLABException