Delen via


CannotCacheInNonStartupException Constructors

Definition

Overloads

CannotCacheInNonStartupException()

public:
 CannotCacheInNonStartupException();
public CannotCacheInNonStartupException();
Public Sub New ()

Applies to

CannotCacheInNonStartupException(String)

public:
 CannotCacheInNonStartupException(System::String ^ message);
public CannotCacheInNonStartupException(string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException
Public Sub New (message As String)

Parameters

message
String

Applies to

CannotCacheInNonStartupException(Type)

public:
 CannotCacheInNonStartupException(Type ^ valueType);
public CannotCacheInNonStartupException(Type valueType);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException : Type -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException
Public Sub New (valueType As Type)

Parameters

valueType
Type

Applies to

CannotCacheInNonStartupException(String, Exception)

public:
 CannotCacheInNonStartupException(System::String ^ message, Exception ^ innerException);
public CannotCacheInNonStartupException(string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to