1 write to exception
System.Transactions (1)
System\Transactions\Trace\TraceRecords.cs (1)
1123record.exception = exception;
2 references to exception
System.Transactions (2)
System\Transactions\Trace\TraceRecords.cs (2)
1134xml.WriteElementString("ExceptionMessage", this.exception.Message); 1135xml.WriteElementString("ExceptionStack", this.exception.StackTrace );