Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidLoadProfileException _
Inherits Exception
'Usage
Dim instance As InvalidLoadProfileException
[SerializableAttribute]
public class InvalidLoadProfileException : Exception
[SerializableAttribute]
public ref class InvalidLoadProfileException : public Exception
public class InvalidLoadProfileException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.LoadTesting.InvalidLoadProfileException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.