Samraksh eMote .NOW
DataStoreOutOfMemoryException Constructor(String,Exception)



Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
'Usage
 
Dim message As String
Dim inner As Exception
 
Dim instance As New DataStoreOutOfMemoryException(message, inner)
public DataStoreOutOfMemoryException( 
   string message,
   Exception inner
)
public:
DataStoreOutOfMemoryException( 
   String^ message,
   Exception^ inner
)

Parameters

message
inner
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataStoreOutOfMemoryException Class
DataStoreOutOfMemoryException Members
Overload List

Send Feedback