C# Class System.Text.RegularExpressions.RegexMatchTimeoutException

Inheritance: System.TimeoutException, ISerializable
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
RegexMatchTimeoutException ( )
RegexMatchTimeoutException ( string message )
RegexMatchTimeoutException ( string message, System inner )
RegexMatchTimeoutException ( string regexInput, string regexPattern, System matchTimeout )
System ( System si, System context ) : void

Protected Methods

Method Description
RegexMatchTimeoutException ( System info, System context )

Method Details

RegexMatchTimeoutException() public method

RegexMatchTimeoutException() protected method

protected RegexMatchTimeoutException ( System info, System context )
info System
context System

RegexMatchTimeoutException() public method

public RegexMatchTimeoutException ( string message )
message string

RegexMatchTimeoutException() public method

public RegexMatchTimeoutException ( string message, System inner )
message string
inner System

RegexMatchTimeoutException() public method

public RegexMatchTimeoutException ( string regexInput, string regexPattern, System matchTimeout )
regexInput string
regexPattern string
matchTimeout System

System() public method

public System ( System si, System context ) : void
si System
context System
return void