ExceptionDispatchInfo.SetCurrentStackTrace(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores the current stack trace into the specified Exception instance.
public:
static Exception ^ SetCurrentStackTrace(Exception ^ source);
public static Exception SetCurrentStackTrace (Exception source);
static member SetCurrentStackTrace : Exception -> Exception
Public Shared Function SetCurrentStackTrace (source As Exception) As Exception
Parameters
- source
- Exception
The unthrown exception.
Returns
The source
exception instance with the stack trace included.
Exceptions
The source
argument was null
.
The source
argument was previously thrown or previously had a stack trace stored into it.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา