Microsoft.TeamFoundation.VersionControl.Client.MappingException.MappingException C# (CSharp) Method

MappingException() public method

public MappingException ( string message ) : System
message string
return System
		public MappingException(string message)
			: base (message)
			{
			}
	}
MappingException