<Code Lib>
2022 Class
Changes 0
C

ApplicationException

Description:
The exception that is thrown when a non-fatal application error occurs.
Remarks:
This class is the base class of all Revit specified exceptions.

[SerializableAttribute]
public class ApplicationException : Exception

Name Return Type Description
M GetObjectData(SerializationInfo, StreamingContext) None Retrieves data needed to serialize the target object.

Name Return Type Description
P FunctionId FunctionId The information of the function throwing the exception.

Loading…