共用方式為


NonCacheableTypeException Constructors

Definition

Overloads

NonCacheableTypeException()
NonCacheableTypeException(String)
NonCacheableTypeException(String, Exception)

NonCacheableTypeException()

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

Applies to

NonCacheableTypeException(String)

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

Parameters

message
String

Applies to

NonCacheableTypeException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to