FailedOperationException Constructor (String)
Initializes a new instance of the FailedOperationException class with the specified message text.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New FailedOperationException(message)
public FailedOperationException(
string message
)
public:
FailedOperationException(
String^ message
)
new :
message:string -> FailedOperationException
public function FailedOperationException(
message : String
)
Parámetros
- message
Tipo: System. . :: . .String
A String value that specifies the message text that describes the event that caused the exception.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.