Edit

Share via


ExceptionCodec.IsSupportedType(Type) Method

Definition

Determines whether the specified type is supported by this instance.

public bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Function IsSupportedType (type As Type) As Boolean

Parameters

type
Type

The type.

Returns

true if the specified type is supported; otherwise, false.

Implements

Applies to