OracleTypeException(SerializationInfo, StreamingContext)
This constructor creates a new instance of the OracleTypeException class with the specified serialization information, si, and the specified streaming context, sc.
Declaration
// C# protected OracleTypeException (SerializationInfo si, StreamingContext sc);
Parameters
-
siThe specified serialization information.
-
scThe specified streaming context.