PowerTCP Mail for .NET
BusyException Constructor(SerializationInfo,StreamingContext)
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > BusyException Class > BusyException Constructor : BusyException Constructor(SerializationInfo,StreamingContext)




info
context
Initializes a new instance of the BusyException class.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
Visual Basic (Usage)Copy Code
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New BusyException(info, context)
C# 
protected BusyException( 
   SerializationInfo info,
   StreamingContext context
)
Managed Extensions for C++ 
protected: BusyException( 
   SerializationInfo* info,
   StreamingContext context
)
C++/CLI 
protected:
BusyException( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info
context

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.