示例#1
0
 internal Exception GetException()
 {
     // If it's not done, then there's got to be an error, even if it's
     // a Handshake message up, and we only have a Warning message.
     return(this.Done ? null : SSPIWrapper.GetException(GlobalSSPI.SSPISecureChannel, Status));
 }