Costruttore FciException
Creates a new instance of the FciException class.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public Sub New
'Utilizzo
Dim instance As New FciException()
public FciException()
public:
FciException()
new : unit -> FciException
public function FciException()
Osservazioni
This constructor initializes the Message property of the new instance to a system-supplied message that describes the error.
The following table shows the initial property values for an instance of FciException.
Property |
Value |
---|---|
A null reference. |
|
A system-supplied localized description. |
Vedere anche