public PsaTraceMileagePersistency(PsaTraceMetadata md)
 {
     if (md == null)
     {
         throw new ArgumentNullException("md");
     }
     this.md = md;
 }
Esempio n. 2
0
 public PsaTraceInfo(PsaTrace trace,
                     PsaTraceMetadata metadata)
 {
     if (trace == null)
     {
         // trace
         throw new ArgumentNullException(Cipher.
                                         Decrypt("gUUR7trDOqmqR6/5o9uPsg==", "System.String"));
     }
     if (metadata == null)
     {
         throw new ArgumentNullException(Cipher.
                                         Decrypt("efgKaJx3Q84UFo2r9vTuQg==", "System.String"));
         //"metadata");
     }
     this.trace    = trace;
     this.metadata = metadata;
 }
Esempio n. 3
0
 public PsaTraceHiddenMarkPersistency(PsaTraceMetadata traceMetadata)
 {
     this.traceMetadata = traceMetadata;
 }
Esempio n. 4
0
 public PsaTraceSynchronizedMarkPersistency(PsaTraceMetadata metadata)
 {
     this.metadata = metadata;
 }