次の方法で共有


OciException コンストラクター (String)

Creates a new instance of the OciException class with a specified error message.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New OciException(message)
public OciException(
    string message
)
public:
OciException(
    String^ message
)
new : 
        message:string -> OciException
public function OciException(
    message : String
)

パラメーター

説明

The following table shows the initial property values for an instance of OciException.

Property

Value

InnerException

A null reference.

Message

The error message string.

関連項目

参照

OciException クラス

OciException オーバーロード

Microsoft.SqlServer.Replication 名前空間