Spread Silverlight Documentation
ExcelWarning Constructor(String,ExcelWarningCode)


Error message
The error code used to specify error category
Constructor -- internal use only
Syntax
'Declaration
 
Public Function New( _
   ByVal message As System.String, _
   ByVal code As ExcelWarningCode _
)
'Usage
 
Dim message As System.String
Dim code As ExcelWarningCode
 
Dim instance As New ExcelWarning(message, code)
public ExcelWarning( 
   System.string message,
   ExcelWarningCode code
)

Parameters

message
Error message
code
The error code used to specify error category
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelWarning Class
ExcelWarning Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.