PowerTCP Mail for .NET
GetDecodingExceptions Method




If true, Exceptions from all subparts are returned. If false, only Exceptions created by this part are returned.
Returns Exceptions created during decoding.
Syntax
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
) 

Parameters

recurse
If true, Exceptions from all subparts are returned. If false, only Exceptions created by this part are returned.
See Also

Reference

Part Class
Part Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic