Dart.Mail Namespace > Part Class : GetDecodingExceptions Method |
Public Function GetDecodingExceptions( _ ByVal recurse As Boolean _ ) As Exception()
Dim instance As Part Dim recurse As Boolean Dim value() As Exception value = instance.GetDecodingExceptions(recurse)
public Exception[] GetDecodingExceptions( bool recurse )
public: Exception*[]* GetDecodingExceptions( bool recurse )
public: array<Exception^>^ GetDecodingExceptions( bool recurse )