PartialCreateException Constructor (String, Exception)
Constructs a new instance of the class by using a message and the inner exception.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New PartialCreateException(message, _
inner)
public PartialCreateException(
string message,
Exception inner
)
Parameters
message
Type: System.StringThe message string.
inner
Type: System.ExceptionThe inner exception that caused this exception.
See Also
Reference
PartialCreateException Members