| ObjectNotFoundException.ObjectNotFoundException Constructor | Language: | 
      
      
      Initializes a new instance of the ObjectNotFoundException class.
      Definition
      
        
          
            | Visual Basic | Public Sub New( _ ByVal message As String, _
 ByVal inner As Exception _
 )
 | 
          
            | C# | public  ObjectNotFoundException( string message,
 Exception inner
 );
 | 
          
            | C++ | public: ObjectNotFoundException(
 String^ message,
 Exception^ inner
 );
 | 
          
            | JScript | public function ObjectNotFoundException( message : String,
 inner : Exception
 );
 | 
        
      
      Parameters
      
        
      
      
      Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
      
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center