Result Constructor (Int32, ErrInfo, KeyType)

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Initializes a new instance of the Result class from the specified error number, ErrInfo object, and KeyType enumeration member.

Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)

Usage

Visual Basic
  Dim errNo As Integer
Dim errInfo As ErrInfo
Dim keyType As KeyType
Dim instance As New Result(errNo, errInfo, keyType)

Syntax

'Declaration
PublicSubNew ( _
    errNoAsInteger, _
    errInfoAsErrInfo, _
    keyTypeAsKeyType _
)
publicResult (
    interrNo,
    ErrInfoerrInfo,
    KeyTypekeyType
)
public:
Result (
    interrNo, 
    ErrInfo^ errInfo, 
    KeyTypekeyType
)
publicResult (
    interrNo, 
    ErrInfoerrInfo, 
    KeyTypekeyType
)
publicfunctionResult (
    errNo : int, 
    errInfo : ErrInfo, 
    keyType : KeyType
)

Parameters

  • errNo
    Contains an Int32 value that will be used for the ErrNum property.
  • errInfo
    Contains an ErrInfo object that will be used for the ErrInfo property.
  • keyType
    Contains one of the KeyType enumeration members that will be used for the KeyType property.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP

See Also

Reference

Result Class
Result Members
Microsoft.Uddi Namespace
ErrInfo Class
KeyType Enumeration