Dynamicweb 8 Documentation
ConvertException Constructor(String,Exception)

Error message for this instance.
The inner exception for this instance
Initializes a new instance of the ConvertException class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal message As String, _ 
   ByVal innerException As Exception _ 
)
public ConvertException( 
   string message,
   Exception innerException 
)

Parameters

message
Error message for this instance.
innerException
The inner exception for this instance
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

Reference

ConvertException Class
ConvertException Members
Overload List

Send Feedback