Compartir a través de


OciException Constructor

Creates a new instance of the OciException class.

Lista de sobrecargas

  Nombre Descripción
Método publico OciException() () () () Creates a new instance of the OciException class.
Método publico OciException(String) Creates a new instance of the OciException class with a specified error message.
Método protegido OciException(SerializationInfo, StreamingContext) Creates a new instance of the OciException class with serialized data.
Método publico OciException(String, Exception) Creates a new instance of the OciException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Principio