DocumentNotCustomizedException Oluşturucu (String, Exception)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Ad alanı: Microsoft.VisualStudio.Tools.Applications.Runtime
Derleme: Microsoft.VisualStudio.Tools.Applications.Runtime (Microsoft.VisualStudio.Tools.Applications.Runtime.dll içinde)
Sözdizimi
'Bildirim
Public Sub New ( _
message As String, _
innerException As Exception _
)
public DocumentNotCustomizedException(
string message,
Exception innerException
)
Parametreler
- message
Tür: System.String
- innerException
Tür: System.Exception
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.
Ayrıca bkz.
Başvuru
DocumentNotCustomizedException Sınıf