Implements specific serialization for the added members of JavaException. 
            
| C# | Visual Basic | Visual C++ | J# | 
public override void GetObjectData( SerializationInfo info, StreamingContext context )
Public Overrides Sub GetObjectData ( _ info As SerializationInfo, _ context As StreamingContext _ )
public: virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
public void GetObjectData( SerializationInfo info, StreamingContext context )
- info (SerializationInfo)
 - The SerializationInfo that holds the serialized object data about the exception being thrown.
 
- context (StreamingContext)
 - The StreamingContext that contains contextual information about the source or destination.
 
