Share

FunctionId Class

The information of a function throwing an exception.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.Exceptions.FunctionId


Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

[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.

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)

See Also

Reference

Was this information helpful?