共用方式為


OciException 建構

Creates a new instance of the OciException class.

多載清單 

  名稱 描述
公用方法 OciException() () () () Creates a new instance of the OciException class.
公用方法 OciException(String) Creates a new instance of the OciException class with a specified error message.
受保護的方法 OciException(SerializationInfo, StreamingContext) Creates a new instance of the OciException class with serialized data.
公用方法 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.

頂端