VssException Oluşturucu (String, Int32, Exception)
Ad alanı: Microsoft.VisualStudio.Services.Common
Derleme: Microsoft.VisualStudio.Services.Common (Microsoft.VisualStudio.Services.Common.dll içinde)
Sözdizimi
'Bildirim
Public Sub New ( _
message As String, _
errorCode As Integer, _
innerException As Exception _
)
public VssException(
string message,
int errorCode,
Exception innerException
)
Parametreler
- message
Tür: System.String
- errorCode
Tür: System.Int32
- 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.