Samraksh eMote .NOW
DataStoreException 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 DataStoreException(message, inner)
public DataStoreException( 
   string message,
   Exception inner
)
public:
DataStoreException( 
   String^ message,
   Exception^ inner
)

Parameters

message
inner
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataStoreException Class
DataStoreException Members
Overload List

Send Feedback