Caching Library

CachingException Constructor (String, Exception)

Costruttore

[Visual Basic]
Public Sub New( _ 
   ByVal message As String, _ 
   ByVal inner As Exception _ 
)
[C#]
public CachingException(
   string message,
   Exception inner
);
[C++]
public: CachingException(
   String* message,
   Exception* inner
);
[JScript]
public function CachingException(
   String message,
   Exception inner
);

Parameters

message
Messaggio
inner
Riferimento all'eccezione che ha generato questa eccezione

See Also

CachingException Class | Caching Namespace | CachingException Constructor Overload List