%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
CompareException Constructor
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > CompareException Class : CompareException Constructor


result
message

Glossary Item Box

CompareException Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal result As ComparisonResult, _
   ByVal message As System.String _
)
Visual Basic (Usage)Copy Code
Dim result As ComparisonResult
Dim message As System.String
 
Dim instance As New CompareException(result, message)
C# 
public CompareException( 
   ComparisonResult result,
   System.string message
)
Managed Extensions for C++ 
public: CompareException( 
   ComparisonResult* result,
   System.string* message
)

Parameters

result
message

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.