Same as ComponentType property but instead of throwing an exception, ComponentType.Unknown is returned.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public ComponentType GetComponentTypeNoCommsException()
Visual Basic
Public Function GetComponentTypeNoCommsException As ComponentType
Visual C++
public:
ComponentType GetComponentTypeNoCommsException()
F#
member GetComponentTypeNoCommsException : unit -> ComponentType 

Return Value

Type: ComponentType
Component type.

See Also