DeploymentFailedException – konstruktor (String, Exception)
Inicializuje novou instanci DeploymentFailedException Třída
Obor názvů: Microsoft.Data.Schema.Build
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Sub New ( _
message As String, _
innerException As Exception _
)
public DeploymentFailedException(
string message,
Exception innerException
)
public:
DeploymentFailedException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
message : String,
innerException : Exception
)
Parametry
- message
Typ: System.String
Označuje z důvodu výjimky.
- innerException
Typ: System.Exception
Označuje vnořený výjimku.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DeploymentFailedException Třída