FunctionId Class

The information of a function throwing an exception.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.ExceptionsFunctionId

Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
[SerializableAttribute]
public class FunctionId : ISerializable

The FunctionId type exposes the following members.

Properties
 NameDescription
Public propertyFileThe name of the file including the function throwing an exception.
Public propertyFunctionThe name of the function throwing an exception.
Public propertyLineThe line number of the function throwing an exception.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectDataRetrieves data needed to serialize the target object.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also