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

Parameters

message
inner
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataStoreNotInitializedException Class
DataStoreNotInitializedException Members
Overload List

Send Feedback