2023 Class
Changes 0
C

FunctionId

Description:
The information of a function throwing an exception.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.Exceptions.FunctionId
[SerializableAttribute]
public class FunctionId : ISerializable
Name Return Type Description
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object.
Name Return Type Description
P File string The name of the file including the function throwing an exception.
P Function string The name of the function throwing an exception.
P Line int The line number of the function throwing an exception.