Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the CompareStatusEventArgs class by using the provided message.
Namespace:  Microsoft.Data.Schema.Tools.Compare
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String _
)
public CompareStatusEventArgs(
    string message
)
public:
CompareStatusEventArgs(
    String^ message
)
new : 
        message:string -> CompareStatusEventArgs
public function CompareStatusEventArgs(
    message : String
)
Parameters
- message
 Type: System.String
 A String that contains the message. Can be nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CompareStatusEventArgs Overload